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
@@ -33,7 +33,6 @@ define Package/python3-referencing
|
||||
DEPENDS:= \
|
||||
+python3-light \
|
||||
+python3-email \
|
||||
+python3-urllib \
|
||||
+python3-attrs \
|
||||
+python3-rpds-py
|
||||
endef
|
||||
|
||||
Reference in New Issue
Block a user