Browse Source

Merge pull request #470 from commodo/python-fix-base-package

python: add _sysconfigdata.py to python base package
lilik-openwrt-22.03
sbyx 10 years ago
parent
commit
5a744f9ec7
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      lang/python/Makefile

+ 1
- 0
lang/python/Makefile View File

@ -375,6 +375,7 @@ define PyPackage/python/filespec
+|/usr/lib/python$(PYTHON_VERSION)/_weakrefset.py
+|/usr/lib/python$(PYTHON_VERSION)/config/Makefile
+|/usr/lib/python$(PYTHON_VERSION)/sysconfig.py
+|/usr/lib/python$(PYTHON_VERSION)/_sysconfigdata.py
+|/usr/lib/python$(PYTHON_VERSION)/functools.py
+|/usr/lib/python$(PYTHON_VERSION)/lib-dynload/_functools.so
+|/usr/lib/python$(PYTHON_VERSION)/collections.py


Loading…
Cancel
Save