python,python3: add python-pip-conf package to be used by both python-pip & python3-pip

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
This commit is contained in:
Alexandru Ardelean
2017-01-20 18:11:18 +02:00
parent a53d0c5a40
commit 31d614f92c
4 changed files with 22 additions and 2 deletions

View File

@@ -8,7 +8,7 @@
define Package/python-pip
$(call Package/python/Default)
TITLE:=Python $(PYTHON_VERSION) pip module
DEPENDS:=+python +python-setuptools
DEPENDS:=+python +python-setuptools +python-pip-conf
endef
define PyPackage/python-pip/install