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.cdn.openwrt.org/?a=commitdiff_plain;h=3cd31a463338bbbbdae8203a08a138f3b527e14a;p=feed%2Fpackages.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 3f2d30ab02..4cdaeb0da6 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