python: add libopenssl and libcrypto as package deps
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
This commit is contained in:
parent
15111b3ccf
commit
6862f1d8e6
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ endef
|
|||
|
||||
define Package/python
|
||||
$(call Package/python/Default)
|
||||
DEPENDS:=+libpthread +zlib +libffi
|
||||
DEPENDS:=+libpthread +zlib +libffi +libopenssl +libcrypto
|
||||
endef
|
||||
|
||||
define Package/python/description
|
||||
|
|
Loading…
Reference in a new issue