mirror of https://github.com/openwrt/packages.git
Merge pull request #1032 from commodo/python-updates
python: fix conflicts between python-light & python-basepull/999/merge
commit
3cf51e0937
|
@ -177,7 +177,7 @@ PYTHON_BASE_LIB_FILES:= \
|
|||
/usr/lib/python$(PYTHON_VERSION)/UserDict.py \
|
||||
/usr/lib/python$(PYTHON_VERSION)/warnings.py
|
||||
|
||||
PYTHON_BASE_LIB_FILES+=$(PYTHON_BASE_LIB_FILES)
|
||||
PYTHON_LIB_FILES_DEL+=$(PYTHON_BASE_LIB_FILES)
|
||||
|
||||
define PyPackage/python-base/filespec
|
||||
+|/usr/bin/python$(PYTHON_VERSION)
|
||||
|
|
Loading…
Reference in New Issue