mirror of
https://github.com/openwrt/packages.git
synced 2026-01-10 03:41:29 +00:00
python,python3: override python setuptools & pip versions
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -8,3 +8,6 @@
|
||||
PYTHON_VERSION:=2.7
|
||||
PYTHON_VERSION_MICRO:=13
|
||||
|
||||
PYTHON_SETUPTOOLS_VERSION:=28.8.0
|
||||
PYTHON_PIP_VERSION:=9.0.1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user