+python3-greenlet \
+python3-email \
+python3-logging \
- +python3-openssl \
- +python3-urllib
+ +python3-openssl
endef
define Package/python3-eventlet/description
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
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
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
DEPENDS:= \
+python3-light \
+python3-email \
- +python3-urllib \
+python3-attrs \
+python3-rpds-py
endef
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
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