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

@@ -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

View File

@@ -32,7 +32,7 @@ define Package/python3-gmpy2
SUBMENU:=Python
TITLE:=GMP/MPIR, MPFR, and MPC interface
URL:=https://github.com/aleaxit/gmpy
DEPENDS:=+libgmp +libmpc +libmpfr +python3-light +python3-email python3-urllib
DEPENDS:=+libgmp +libmpc +libmpfr +python3-light +python3-email
endef
define Package/python3-gmpy2/description

View File

@@ -30,7 +30,7 @@ define Package/python3-gnupg
SUBMENU:=Python
TITLE:=A wrapper for GnuPG
URL:=https://github.com/vsajip/python-gnupg
DEPENDS:=+python3-light +python3-logging +python3-email +python3-urllib
DEPENDS:=+python3-light +python3-logging +python3-email
endef
define Package/python3-gnupg/description

View File

@@ -32,7 +32,7 @@ define Package/python3-packaging
SUBMENU:=Python
TITLE:=Core utilities for Python packages
URL:=https://github.com/pypa/packaging
DEPENDS:=+python3-light +python3-email +python3-logging +python3-urllib
DEPENDS:=+python3-light +python3-email +python3-logging
endef
define Package/python3-packaging/description

View File

@@ -33,7 +33,6 @@ define Package/python3-referencing
DEPENDS:= \
+python3-light \
+python3-email \
+python3-urllib \
+python3-attrs \
+python3-rpds-py
endef

View File

@@ -11,7 +11,7 @@ include $(TOPDIR)/rules.mk
include ../python3-version.mk
PKG_NAME:=python3
PKG_RELEASE:=1
PKG_RELEASE:=2
PKG_VERSION:=$(PYTHON3_VERSION).$(PYTHON3_VERSION_MICRO)
PKG_SOURCE:=Python-$(PKG_VERSION).tar.xz

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