python3: Update to 3.8.2, fix python3-xml dependency

xml.sax.saxutils has a dependency on urllib[1].

[1]: https://github.com/python/cpython/blob/v3.8.2/Lib/xml/sax/saxutils.py#L6

Signed-off-by: Jeffery To <jeffery.to@gmail.com>
This commit is contained in:
Jeffery To
2020-03-20 16:30:22 +08:00
parent 269ec782eb
commit 7513448d20
3 changed files with 4 additions and 4 deletions

View File

@@ -8,7 +8,7 @@
define Package/python3-xml
$(call Package/python3/Default)
TITLE:=Python $(PYTHON3_VERSION) xml libs
DEPENDS:=+python3-light
DEPENDS:=+python3-light +python3-urllib
endef
$(eval $(call Py3BasePackage,python3-xml, \