lede-packages-rs

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

commit 9535b642a9d03de931198d3a3e932c8a2f61997b
parent 91a597eebef4e834373aafdff252b35b4e12a21a
Author: Daniel Dickinson <openwrt@daniel.thecshore.com>
Date:   Sat,  5 Dec 2015 21:09:52 -0500

lang/python: Depend on system expat

Signed-off-by: Daniel Dickinson <openwrt@daniel.thecshore.com>

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, \