Explorar el Código

python: fix conflicts between python-light & python-base

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean hace 10 años
padre
commit
01eff3fc59
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      lang/python/Makefile

+ 1
- 1
lang/python/Makefile Ver fichero

@@ -177,7 +177,7 @@ PYTHON_BASE_LIB_FILES:= \
177 177
 	/usr/lib/python$(PYTHON_VERSION)/UserDict.py \
178 178
 	/usr/lib/python$(PYTHON_VERSION)/warnings.py
179 179
 
180
-PYTHON_BASE_LIB_FILES+=$(PYTHON_BASE_LIB_FILES)
180
+PYTHON_LIB_FILES_DEL+=$(PYTHON_BASE_LIB_FILES)
181 181
 
182 182
 define PyPackage/python-base/filespec
183 183
 +|/usr/bin/python$(PYTHON_VERSION)