mirror of
https://github.com/openwrt/packages.git
synced 2025-12-25 16:17:36 +04:00
python-pip: Fix error when installing packages that require compilation
This addresses one of the issues raised in #11912. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
@@ -9,7 +9,7 @@ PYTHON_VERSION:=2.7
|
||||
PYTHON_VERSION_MICRO:=17
|
||||
|
||||
PYTHON_SETUPTOOLS_PKG_RELEASE:=1
|
||||
PYTHON_PIP_PKG_RELEASE:=1
|
||||
PYTHON_PIP_PKG_RELEASE:=2
|
||||
|
||||
PYTHON_SETUPTOOLS_VERSION:=41.2.0
|
||||
PYTHON_PIP_VERSION:=19.2.3
|
||||
|
||||
Reference in New Issue
Block a user