lede-packages-rs

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

commit 298c8263612591c071440018b2af1ca01bd004d4
parent 4d5d3f3ae170f1ea3c900c74105cd39d78c83435
Author: Hannu Nyman <hannu.nyman@iki.fi>
Date:   Wed, 16 Dec 2015 10:23:57 +0200

Merge pull request #2092 from cshore/pull-request-python-system-expat

lang/python: Depend on system expat
Diffstat:
Mlang/python/files/python-package-xml.mk | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lang/python/files/python-package-xml.mk b/lang/python/files/python-package-xml.mk @@ -8,7 +8,7 @@ define Package/python-xml $(call Package/python/Default) TITLE:=Python $(PYTHON_VERSION) xml libs - DEPENDS:=+python-light + DEPENDS:=+python-light +libexpat endef $(eval $(call PyBasePackage,python-xml, \