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:
Alexandru Ardelean
2026-03-30 20:29:41 +03:00
committed by Alexandru Ardelean
parent c33cef1f8b
commit a7e96ec919
7 changed files with 6 additions and 8 deletions

View File

@@ -8,7 +8,7 @@
define Package/python3-email
$(call Package/python3/Default)
TITLE+= email module
DEPENDS:=+python3-light
DEPENDS:=+python3-light +python3-urllib
endef
define Package/python3-email/description