1
0
mirror of https://git.openwrt.org/feed/packages.git synced 2024-06-16 20:33:58 +02:00

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

View File

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

View File

@ -8,6 +8,7 @@
define Package/python-setuptools
$(call Package/python/Default)
TITLE:=Python $(PYTHON_VERSION) setuptools module
VERSION:=$(PYTHON_SETUPTOOLS_VERSION)
DEPENDS:=+python
endef

View File

@ -8,3 +8,6 @@
PYTHON_VERSION:=2.7
PYTHON_VERSION_MICRO:=13
PYTHON_SETUPTOOLS_VERSION:=28.8.0
PYTHON_PIP_VERSION:=9.0.1

View File

@ -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

View File

@ -8,6 +8,7 @@
define Package/python3-setuptools
$(call Package/python3/Default)
TITLE:=Python $(PYTHON3_VERSION) setuptools module
VERSION:=$(PYTHON3_SETUPTOOLS_VERSION)
DEPENDS:=+python3
endef

View File

@ -11,3 +11,6 @@ PYTHON3_VERSION_MICRO:=0
PYTHON3_VERSION:=$(PYTHON3_VERSION_MAJOR).$(PYTHON3_VERSION_MINOR)
PYTHON3_SETUPTOOLS_VERSION:=28.8.0
PYTHON3_PIP_VERSION:=9.0.1