Browse Source

lang/python: Depend on system expat

Signed-off-by: Daniel Dickinson <openwrt@daniel.thecshore.com>
lilik-openwrt-22.03
Daniel Dickinson 9 years ago
parent
commit
9535b642a9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lang/python/files/python-package-xml.mk

+ 1
- 1
lang/python/files/python-package-xml.mk 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, \


Loading…
Cancel
Save