From 9535b642a9d03de931198d3a3e932c8a2f61997b Mon Sep 17 00:00:00 2001 From: Daniel Dickinson Date: Sat, 5 Dec 2015 21:09:52 -0500 Subject: [PATCH] lang/python: Depend on system expat Signed-off-by: Daniel Dickinson --- lang/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 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, \