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

lang/python: Depend on system expat
This commit is contained in:
Hannu Nyman 2015-12-16 10:23:57 +02:00
commit 298c826361

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