diff --git a/lang/python/python-cryptography/Makefile b/lang/python/python-cryptography/Makefile index c8b1950d2e21f7..e85f74e4eb584d 100644 --- a/lang/python/python-cryptography/Makefile +++ b/lang/python/python-cryptography/Makefile @@ -35,7 +35,6 @@ define Package/python3-cryptography +libopenssl \ +libopenssl-legacy \ +python3-light \ - +python3-email \ +python3-urllib \ +python3-cffi \ $(RUST_ARCH_DEPENDS) diff --git a/lang/python/python-urllib3/Makefile b/lang/python/python-urllib3/Makefile index a2739c47bade1d..5cfdac702afd8e 100644 --- a/lang/python/python-urllib3/Makefile +++ b/lang/python/python-urllib3/Makefile @@ -34,7 +34,7 @@ define Package/python3-urllib3 CATEGORY:=Languages TITLE:=Sanity-friendly HTTP client URL:=https://urllib3.readthedocs.io/ - DEPENDS:=+python3 + DEPENDS:=+python3-light endef define Package/python3-urllib3/description