Browse Source

python: do not install pyconfig.h on the target

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
lilik-openwrt-22.03
Alexandru Ardelean 10 years ago
parent
commit
6521cc7ed7
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      lang/python/Makefile

+ 0
- 1
lang/python/Makefile View File

@ -384,7 +384,6 @@ define PyPackage/python/filespec
+|/usr/lib/python$(PYTHON_VERSION)/lib-dynload/_heapq.so
+|/usr/lib/python$(PYTHON_VERSION)/bisect.py
+|/usr/lib/python$(PYTHON_VERSION)/lib-dynload/_bisect.so
+|/usr/include/python$(PYTHON_VERSION)/pyconfig.h
endef
define PyPackage/python/install


Loading…
Cancel
Save