Browse Source

Merge pull request #538 from commodo/python-update-6

Python update 6
lilik-openwrt-22.03
sbyx 10 years ago
parent
commit
5a0ec8fb72
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      lang/python/Makefile

+ 3
- 3
lang/python/Makefile View File

@ -71,8 +71,7 @@ define Package/python/description
This package contains the (almost) full Python install.
endef
MAKE_FLAGS:=\
DESTDIR="$(PKG_INSTALL_DIR)" \
MAKE_FLAGS+=\
CROSS_COMPILE=yes \
LD="$(TARGET_CC)" \
PGEN=pgen2
@ -149,7 +148,8 @@ endef
define PyPackage/python/filespec
+|/usr/lib/python$(PYTHON_VERSION)
-|/usr/lib/python$(PYTHON_VERSION)/config
-|/usr/lib/python$(PYTHON_VERSION)/distutils
-|/usr/lib/python$(PYTHON_VERSION)/distutils/cygwinccompiler.py
-|/usr/lib/python$(PYTHON_VERSION)/distutils/command/wininst*
-|/usr/lib/python$(PYTHON_VERSION)/idlelib
-|/usr/lib/python$(PYTHON_VERSION)/lib2to3
-|/usr/lib/python$(PYTHON_VERSION)/lib-tk


Loading…
Cancel
Save