commit 01eff3fc591fc1b79925cf98d75f3e06b50506f0
parent f55314de0ed1d91c8143946e101515c70587565b
Author: Alexandru Ardelean <ardeleanalex@gmail.com>
Date: Thu, 12 Mar 2015 19:45:30 +0200
python: fix conflicts between python-light & python-base
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lang/python/Makefile b/lang/python/Makefile
@@ -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)