From: Daniel Dickinson Date: Sun, 6 Dec 2015 02:09:52 +0000 (-0500) Subject: lang/python: Depend on system expat X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=9535b642a9d03de931198d3a3e932c8a2f61997b;p=openwrt-packages.git lang/python: Depend on system expat Signed-off-by: Daniel Dickinson --- diff --git a/lang/python/files/python-package-xml.mk b/lang/python/files/python-package-xml.mk index 69074ccb4..bb82f0170 100644 --- 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, \