python: add python2 symlink to python as per PEP394
This commit is contained in:
parent
b0c21ae7aa
commit
e3145e1fb0
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue