Browse Source

Merge pull request #1032 from commodo/python-updates

python: fix conflicts between python-light & python-base
lilik-openwrt-22.03
Steven Barth 9 years ago
parent
commit
3cf51e0937
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