python: add python2 symlink to python as per PEP394
authorAlexandru Ardelean <redacted>
Tue, 14 Oct 2014 10:11:54 +0000 (13:11 +0300)
committerAlexandru Ardelean <redacted>
Wed, 15 Oct 2014 07:02:57 +0000 (10:02 +0300)
lang/python/Makefile

index e99250d3d8aa2da9d9ee652919bb3425954b049e..eb0210a23a304c7752cc4cd9e1e9776ce6eda963 100644 (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
git clone https://git.99rst.org/PROJECT