From: Alexandru Ardelean Date: Wed, 5 Nov 2014 13:42:51 +0000 (+0200) Subject: python: remove +libcrypto dep; that's a openssl lib X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=3cd31a463338bbbbdae8203a08a138f3b527e14a;p=openwrt-packages.git python: remove +libcrypto dep; that's a openssl lib Signed-off-by: Alexandru Ardelean --- diff --git a/lang/python/Makefile b/lang/python/Makefile index 3f2d30ab0..4cdaeb0da 100644 --- a/lang/python/Makefile +++ b/lang/python/Makefile @@ -53,7 +53,7 @@ endef define Package/python $(call Package/python/Default) - DEPENDS:=+libpthread +zlib +libffi +libopenssl +libcrypto + DEPENDS:=+libpthread +zlib +libffi +libopenssl endef define Package/python/description