python: fix conflicts between python-light & python-base
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
This commit is contained in:
parent
f55314de0e
commit
01eff3fc59
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ PYTHON_BASE_LIB_FILES:= \
|
||||||
/usr/lib/python$(PYTHON_VERSION)/UserDict.py \
|
/usr/lib/python$(PYTHON_VERSION)/UserDict.py \
|
||||||
/usr/lib/python$(PYTHON_VERSION)/warnings.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
|
define PyPackage/python-base/filespec
|
||||||
+|/usr/bin/python$(PYTHON_VERSION)
|
+|/usr/bin/python$(PYTHON_VERSION)
|
||||||
|
|
Loading…
Reference in a new issue