Browse Source

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

lang/python: Depend on system expat
lilik-openwrt-22.03
Hannu Nyman 9 years ago
parent
commit
298c826361
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