mirror of
https://github.com/openwrt/packages.git
synced 2025-12-23 14:34:32 +04:00
python: add python2 symlink to python as per PEP394
This commit is contained in:
@@ -411,6 +411,7 @@ endef
|
|||||||
|
|
||||||
define PyPackage/python/install
|
define PyPackage/python/install
|
||||||
$(LN) python$(PYTHON_VERSION) $(1)/usr/bin/python
|
$(LN) python$(PYTHON_VERSION) $(1)/usr/bin/python
|
||||||
|
$(LN) python$(PYTHON_VERSION) $(1)/usr/bin/python2
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define PyPackage/python-doc/filespec
|
define PyPackage/python-doc/filespec
|
||||||
|
|||||||
Reference in New Issue
Block a user