mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-02-22 18:56:12 +00:00
* 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
15 lines
579 B
Makefile
15 lines
579 B
Makefile
################################################################################
|
|
#
|
|
# 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))
|