python,python3: override python setuptools & pip versions

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
This commit is contained in:
Alexandru Ardelean
2017-02-09 16:24:51 +02:00
parent c42ecd05a1
commit 4772aec581
6 changed files with 10 additions and 0 deletions
@@ -8,6 +8,7 @@
define Package/python3-pip
$(call Package/python3/Default)
TITLE:=Python $(PYTHON3_VERSION) pip module
VERSION:=$(PYTHON3_PIP_VERSION)
DEPENDS:=+python3 +python3-setuptools +python-pip-conf
endef