git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
91a597e
)
lang/python: Depend on system expat
author
Daniel Dickinson
<redacted>
Sun, 6 Dec 2015 02:09:52 +0000
(21:09 -0500)
committer
Daniel Dickinson
<redacted>
Thu, 10 Dec 2015 02:21:47 +0000
(21:21 -0500)
Signed-off-by: Daniel Dickinson <redacted>
lang/python/files/python-package-xml.mk
patch
|
blob
|
history
diff --git
a/lang/python/files/python-package-xml.mk
b/lang/python/files/python-package-xml.mk
index 69074ccb4b6e3bc358a14f6f4505def18341f3e8..bb82f0170833baa6e2d0abfbe6fb33d40c4843d7 100644
(file)
--- a/
lang/python/files/python-package-xml.mk
+++ b/
lang/python/files/python-package-xml.mk
@@
-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, \
git clone https://git.99rst.org/PROJECT