lang/python: Depend on system expat
Signed-off-by: Daniel Dickinson <openwrt@daniel.thecshore.com>
This commit is contained in:
parent
91a597eebe
commit
9535b642a9
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
define Package/python-xml
|
define Package/python-xml
|
||||||
$(call Package/python/Default)
|
$(call Package/python/Default)
|
||||||
TITLE:=Python $(PYTHON_VERSION) xml libs
|
TITLE:=Python $(PYTHON_VERSION) xml libs
|
||||||
DEPENDS:=+python-light
|
DEPENDS:=+python-light +libexpat
|
||||||
endef
|
endef
|
||||||
|
|
||||||
$(eval $(call PyBasePackage,python-xml, \
|
$(eval $(call PyBasePackage,python-xml, \
|
||||||
|
|
Loading…
Reference in a new issue