From e3145e1fb0dc33a0eb13cd0df1dd50783639078c Mon Sep 17 00:00:00 2001 From: Alexandru Ardelean Date: Tue, 14 Oct 2014 13:11:54 +0300 Subject: [PATCH] python: add python2 symlink to python as per PEP394 --- lang/python/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/python/Makefile b/lang/python/Makefile index e99250d3d..eb0210a23 100644 --- a/lang/python/Makefile +++ b/lang/python/Makefile @@ -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