package/python-sentry-sdk: drop python2 support
Signed-off-by: Peter Korsgaard <peter@korsgaard.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
47e031b9b6
commit
0cdc510d7b
@ -11,14 +11,4 @@ PYTHON_SENTRY_SDK_SETUP_TYPE = setuptools
|
||||
PYTHON_SENTRY_SDK_LICENSE = BSD-2-Clause
|
||||
PYTHON_SENTRY_SDK_LICENSE_FILES = LICENSE
|
||||
|
||||
ifeq ($(BR2_PACKAGE_PYTHON),y)
|
||||
# only needed/valid for python 3.x
|
||||
define PYTHON_SENTRY_SDK_RM_PY3_FILES
|
||||
rm -f $(addprefix $(TARGET_DIR)/usr/lib/python*/site-packages/sentry_sdk/integrations/,\
|
||||
aiohttp.py asgi.py django/asgi.py httpx.py sanic.py tornado.py)
|
||||
endef
|
||||
|
||||
PYTHON_SENTRY_SDK_POST_INSTALL_TARGET_HOOKS += PYTHON_SENTRY_SDK_RM_PY3_FILES
|
||||
endif
|
||||
|
||||
$(eval $(python-package))
|
||||
|
Loading…
Reference in New Issue
Block a user