Browse Source

python: add python2 symlink to python as per PEP394

lilik-openwrt-22.03
Alexandru Ardelean 10 years ago
parent
commit
e3145e1fb0
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      lang/python/Makefile

+ 1
- 0
lang/python/Makefile 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


Loading…
Cancel
Save