python: add python2 symlink to python as per PEP394

This commit is contained in:
Alexandru Ardelean
2014-10-14 13:11:54 +03:00
parent b0c21ae7aa
commit e3145e1fb0

View File

@@ -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