mirror of
https://github.com/openwrt/packages.git
synced 2025-12-23 08:04:32 +04:00
python: remove +libcrypto dep; that's a openssl lib
Signed-off-by: Alexandru Ardelean <ardeleanalex.com>
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user