Merge pull request #2092 from cshore/pull-request-python-system-expat
lang/python: Depend on system expat
This commit is contained in:
commit
298c826361
1 changed files with 1 additions and 1 deletions
|
@ -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, \
|
||||
|
|
Loading…
Reference in a new issue