lang/python: Depend on system expat 2092/head
authorDaniel Dickinson <openwrt@daniel.thecshore.com>
Sun, 6 Dec 2015 02:09:52 +0000 (21:09 -0500)
committerDaniel Dickinson <openwrt@daniel.thecshore.com>
Thu, 10 Dec 2015 02:21:47 +0000 (21:21 -0500)
Signed-off-by: Daniel Dickinson <openwrt@daniel.thecshore.com>
lang/python/files/python-package-xml.mk

index 69074ccb4b6e3bc358a14f6f4505def18341f3e8..bb82f0170833baa6e2d0abfbe6fb33d40c4843d7 100644 (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, \