Update Buildroot to 2019.02.3 (#415)
* Update Buildroot to 2019-02.3 * Fix enter script * Update ova_defconfig * Fix network manager * Remove runc patches * Use same docker version * Fix build * Fix vmtools * Fix depens * Fix handling with tempfiles * Fix permission handling * Fix cp * Cleanup * Fix mounts
This commit is contained in:
14
buildroot/package/python-sentry-sdk/python-sentry-sdk.mk
Normal file
14
buildroot/package/python-sentry-sdk/python-sentry-sdk.mk
Normal file
@@ -0,0 +1,14 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-sentry-sdk
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_SENTRY_SDK_VERSION = 0.6.2
|
||||
PYTHON_SENTRY_SDK_SOURCE = sentry-sdk-$(PYTHON_SENTRY_SDK_VERSION).tar.gz
|
||||
PYTHON_SENTRY_SDK_SITE = https://files.pythonhosted.org/packages/92/6f/b7b74d7635e220660c06897213fc6df894d291900c8e2710d72fb67528a7
|
||||
PYTHON_SENTRY_SDK_SETUP_TYPE = setuptools
|
||||
PYTHON_SENTRY_SDK_LICENSE = BSD-2-Clause
|
||||
PYTHON_SENTRY_SDK_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
Reference in New Issue
Block a user