mirror of
https://github.com/openwrt/packages.git
synced 2026-06-14 01:22:11 +08:00
python3-email: add python3-urllib as dependency
In recent versions of Python, trying to include 'email' also pulls in urllib from CPython. So just add it as dependency. Signed-off-by: Alexandru Ardelean <alex@shruggie.ro>
This commit is contained in:
committed by
Alexandru Ardelean
parent
c33cef1f8b
commit
a7e96ec919
@@ -41,8 +41,7 @@ define Package/python3-eventlet
|
||||
+python3-greenlet \
|
||||
+python3-email \
|
||||
+python3-logging \
|
||||
+python3-openssl \
|
||||
+python3-urllib
|
||||
+python3-openssl
|
||||
endef
|
||||
|
||||
define Package/python3-eventlet/description
|
||||
|
||||
Reference in New Issue
Block a user