python-packages: remove python-pip/host dependency
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
This commit is contained in:
parent
d10fad7c21
commit
f87c83c358
1 changed files with 1 additions and 2 deletions
|
@ -29,10 +29,9 @@ PKG_CONFIG_DEPENDS:= \
|
||||||
CONFIG_PACKAGE_python-packages-index-url \
|
CONFIG_PACKAGE_python-packages-index-url \
|
||||||
CONFIG_PACKAGE_python-packages-pip-opts \
|
CONFIG_PACKAGE_python-packages-pip-opts \
|
||||||
|
|
||||||
PKG_BUILD_DEPENDS:=python python-pip/host
|
PKG_BUILD_DEPENDS:=python python/host
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
$(call include_mk, python-host.mk)
|
|
||||||
$(call include_mk, python-package.mk)
|
$(call include_mk, python-package.mk)
|
||||||
|
|
||||||
define Package/python-packages
|
define Package/python-packages
|
||||||
|
|
Loading…
Reference in a new issue