mirror of
https://github.com/openwrt/packages.git
synced 2026-01-10 11:44:48 +00:00
python: add libopenssl and libcrypto as package deps
Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user