mirror of
https://github.com/openwrt/packages.git
synced 2026-04-15 19:02:09 +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
@@ -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