mirror of
https://github.com/openwrt/packages.git
synced 2025-12-19 17:11:21 +00:00
python/python3: fix .dist-info missing for setuptools and pip
Without .dist-info (similar to .egg-info), setuptools and pip are not discoverable by pkg_resources. Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
@@ -8,12 +8,8 @@
|
||||
PYTHON_VERSION:=2.7
|
||||
PYTHON_VERSION_MICRO:=15
|
||||
|
||||
PYTHON_SETUPTOOLS_PKG_RELEASE:=1
|
||||
PYTHON_PIP_PKG_RELEASE:=1
|
||||
PYTHON_SETUPTOOLS_PKG_RELEASE:=2
|
||||
PYTHON_PIP_PKG_RELEASE:=2
|
||||
|
||||
PYTHON_SETUPTOOLS_VERSION:=39.0.1
|
||||
PYTHON_PIP_VERSION:=9.0.3
|
||||
|
||||
PYTHON_SETUPTOOLS_VERSION:=$(PYTHON_SETUPTOOLS_VERSION)-$(PYTHON_SETUPTOOLS_PKG_RELEASE)
|
||||
PYTHON_PIP_VERSION:=$(PYTHON_PIP_VERSION)-$(PYTHON_PIP_PKG_RELEASE)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user