mirror of
https://github.com/openwrt/packages.git
synced 2025-12-23 21:04:33 +04:00
python-packages: Add usr/bin symlinks without "3" suffix
Previously, binaries installed by Python packages will have a non-suffixed Python 2 version and a suffixed Python 3 version, e.g. pip and pip3. With the removal of Python 2, the non-suffixed names are no longer taken. This adds symlinks for the non-suffixed names linking to the suffixed scripts (or in the case of pip, easy_install, and python-config, to the fully-versioned scripts). Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
@@ -12,8 +12,8 @@ PYTHON3_VERSION_MICRO:=3
|
||||
|
||||
PYTHON3_VERSION:=$(PYTHON3_VERSION_MAJOR).$(PYTHON3_VERSION_MINOR)
|
||||
|
||||
PYTHON3_SETUPTOOLS_PKG_RELEASE:=2
|
||||
PYTHON3_PIP_PKG_RELEASE:=3
|
||||
PYTHON3_SETUPTOOLS_PKG_RELEASE:=3
|
||||
PYTHON3_PIP_PKG_RELEASE:=4
|
||||
|
||||
PYTHON3_SETUPTOOLS_VERSION:=41.2.0
|
||||
PYTHON3_PIP_VERSION:=19.2.3
|
||||
|
||||
Reference in New Issue
Block a user