Browse Source

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

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

+ 1
- 1
lang/python/Makefile View File

@ -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…
Cancel
Save