lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

commit 3cf51e09378bd961d8215892008270befcd9629a
parent 98be2ca3e0d365d8f1150987cedb145360de582f
Author: Steven Barth <steven@midlink.org>
Date:   Thu, 12 Mar 2015 21:19:52 +0100

Merge pull request #1032 from commodo/python-updates

python: fix conflicts between python-light & python-base
Diffstat:
Mlang/python/Makefile | 2+-
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)