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
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user