From 13529ea17fb87ba6c64ae519c31436831bf49202 Mon Sep 17 00:00:00 2001 From: Josef Schlehofer Date: Thu, 2 Nov 2023 01:19:51 +0100 Subject: [PATCH] Revert "python-libraries: Force old build process" This commit was already applied 3 weeks ago in d640b11160aaa59eeeb6b900f1b81914d548d04d, thus I bring it once again back, which was mistake as it was redone in 903003695ae5c5f21c1aae8565ec1bfbe995ba85. This reverts commit 60f0e661c50178f9a1c993b0f397bd04053ccffe. --- lang/python/pillow/Makefile | 2 -- lang/python/python-curl/Makefile | 2 -- lang/python/python-evdev/Makefile | 2 -- lang/python/python-gmpy2/Makefile | 2 -- lang/python/python-yaml/Makefile | 2 -- 5 files changed, 10 deletions(-) diff --git a/lang/python/pillow/Makefile b/lang/python/pillow/Makefile index 3150b809b3..941f28f4e3 100644 --- a/lang/python/pillow/Makefile +++ b/lang/python/pillow/Makefile @@ -18,8 +18,6 @@ PKG_LICENSE:=HPND PKG_LICENSE_FILES:=LICENSE PKG_CPE_ID:=cpe:/a:python:pillow -PYTHON3_PKG_FORCE_DISTUTILS_SETUP:=1 - include ../pypi.mk include $(INCLUDE_DIR)/package.mk include ../python3-package.mk diff --git a/lang/python/python-curl/Makefile b/lang/python/python-curl/Makefile index bde5d85a1a..b239efd3a0 100644 --- a/lang/python/python-curl/Makefile +++ b/lang/python/python-curl/Makefile @@ -15,8 +15,6 @@ PKG_MAINTAINER:=Waldemar Konik PKG_LICENSE:=LGPL-2.1 PKG_LICENSE_FILES:=COPYING-LGPL -PYTHON3_PKG_FORCE_DISTUTILS_SETUP:=1 - include ../pypi.mk include $(INCLUDE_DIR)/package.mk include ../python3-package.mk diff --git a/lang/python/python-evdev/Makefile b/lang/python/python-evdev/Makefile index b9eae12d4e..bab726b54e 100644 --- a/lang/python/python-evdev/Makefile +++ b/lang/python/python-evdev/Makefile @@ -18,8 +18,6 @@ PKG_MAINTAINER:=Paulo Costa , Alexandru Ardelean -PYTHON3_PKG_FORCE_DISTUTILS_SETUP:=1 - include ../pypi.mk include $(INCLUDE_DIR)/package.mk include ../python3-package.mk diff --git a/lang/python/python-yaml/Makefile b/lang/python/python-yaml/Makefile index 5758d323da..c7eafc98c8 100644 --- a/lang/python/python-yaml/Makefile +++ b/lang/python/python-yaml/Makefile @@ -21,8 +21,6 @@ PKG_CPE_ID:=cpe:/a:pyyaml_project:pyyaml PKG_BUILD_DEPENDS:=python-cython/host -PYTHON3_PKG_FORCE_DISTUTILS_SETUP:=1 - include ../pypi.mk include $(INCLUDE_DIR)/package.mk include ../python3-package.mk