commit f87c83c358be2c092efa65b63fbded20c5a08f77
parent d10fad7c2194cc137f4d82c709cedead2c57f3b7
Author: Alexandru Ardelean <ardeleanalex@gmail.com>
Date: Thu, 26 Jan 2017 12:30:40 +0200
python-packages: remove python-pip/host dependency
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
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