git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
3cb13c7
)
python: add _sysconfigdata.py to python base package
author
Alexandru Ardelean
<redacted>
Sat, 25 Oct 2014 12:01:49 +0000
(15:01 +0300)
committer
Alexandru Ardelean
<redacted>
Sat, 25 Oct 2014 12:01:49 +0000
(15:01 +0300)
Signed-off-by: Alexandru Ardelean <redacted>
lang/python/Makefile
patch
|
blob
|
history
diff --git
a/lang/python/Makefile
b/lang/python/Makefile
index 0d4dc7bfa20a6ca565d45af7c8a8d42411bfbbda..32199f85c8ba5f7de4479934e6dd50a509df1e34 100644
(file)
--- a/
lang/python/Makefile
+++ b/
lang/python/Makefile
@@
-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
git clone https://git.99rst.org/PROJECT