From 86d6403c97e34b4038613637e22b92606187d3c2 Mon Sep 17 00:00:00 2001 From: Joan Moreau Date: Mon, 25 Nov 2024 08:22:03 +0000 Subject: [PATCH] Reduce python dependencies --- lang/python/python-cryptography/Makefile | 1 - lang/python/python-urllib3/Makefile | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) 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 323e7cda293e3d..74ba7e9c5b2a73 100644 --- a/lang/python/python-urllib3/Makefile +++ b/lang/python/python-urllib3/Makefile @@ -31,7 +31,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