mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 10:51:55 +00: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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -33,7 +33,6 @@ define Package/python3-referencing
|
||||
DEPENDS:= \
|
||||
+python3-light \
|
||||
+python3-email \
|
||||
+python3-urllib \
|
||||
+python3-attrs \
|
||||
+python3-rpds-py
|
||||
endef
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user