From 02215d75037ef34e99893f94c13c045c93475178 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 c8b1950d2e21f..e85f74e4eb584 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 a2739c47bade1..5cfdac702afd8 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