Skip to content

Commit

Permalink
Reduce python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
grosjo committed Nov 26, 2024
1 parent 0b04156 commit eb4aefe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion lang/python/python-cryptography/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ define Package/python3-cryptography
+libopenssl \
+libopenssl-legacy \
+python3-light \
+python3-email \
+python3-urllib \
+python3-cffi \
$(RUST_ARCH_DEPENDS)
Expand Down
2 changes: 1 addition & 1 deletion lang/python/python-urllib3/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eb4aefe

Please sign in to comment.