commit 1c8fb4542743e949dcdda95acdc68005974dc68f
parent d66d54d2222b38d80291b7930c0730303c3d0a8c
Author: Hannu Nyman <hannu.nyman@iki.fi>
Date: Sun, 29 Jan 2017 10:52:42 +0200
Merge pull request #3918 from commodo/python-setuptools-host-remove
remove python-setuptools/host dependency from other packages
Diffstat:
2 files changed, 1 insertion(+), 4 deletions(-)
diff --git a/lang/python-dns/Makefile b/lang/python-dns/Makefile
@@ -18,8 +18,6 @@ PKG_LICENSE:=ISC
PKG_LICENSE_FILES:=LICENSE
PKG_BUILD_DIR:=$(BUILD_DIR)/dnspython-$(PKG_VERSION)
-PKG_BUILD_DEPENDS:=python-setuptools/host
-
include $(INCLUDE_DIR)/package.mk
$(call include_mk, python-package.mk)
diff --git a/lang/python-packages/Makefile b/lang/python-packages/Makefile
@@ -29,10 +29,9 @@ PKG_CONFIG_DEPENDS:= \
CONFIG_PACKAGE_python-packages-index-url \
CONFIG_PACKAGE_python-packages-pip-opts \
-PKG_BUILD_DEPENDS:=python python-pip/host
+PKG_BUILD_DEPENDS:=python python/host
include $(INCLUDE_DIR)/package.mk
-$(call include_mk, python-host.mk)
$(call include_mk, python-package.mk)
define Package/python-packages