lang/python: Depend on system expat

Signed-off-by: Daniel Dickinson <openwrt@daniel.thecshore.com>
This commit is contained in:
Daniel Dickinson 2015-12-05 21:09:52 -05:00
parent 91a597eebe
commit 9535b642a9

View file

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