python: remove +libcrypto dep; that's a openssl lib
Signed-off-by: Alexandru Ardelean <ardeleanalex.com>
This commit is contained in:
parent
9e78aff770
commit
3cd31a4633
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ endef
|
||||||
|
|
||||||
define Package/python
|
define Package/python
|
||||||
$(call Package/python/Default)
|
$(call Package/python/Default)
|
||||||
DEPENDS:=+libpthread +zlib +libffi +libopenssl +libcrypto
|
DEPENDS:=+libpthread +zlib +libffi +libopenssl
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Package/python/description
|
define Package/python/description
|
||||||
|
|
Loading…
Reference in a new issue