mirror of
https://github.com/openwrt/packages.git
synced 2025-12-23 23:14:31 +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
|
||||
$(LN) python$(PYTHON_VERSION) $(1)/usr/bin/python
|
||||
$(LN) python$(PYTHON_VERSION) $(1)/usr/bin/python2
|
||||
endef
|
||||
|
||||
define PyPackage/python-doc/filespec
|
||||
|
||||
Reference in New Issue
Block a user