Browse Source

python: add libopenssl and libcrypto as package deps

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
lilik-openwrt-22.03
Alexandru Ardelean 10 years ago
parent
commit
6862f1d8e6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lang/python/Makefile

+ 1
- 1
lang/python/Makefile View File

@ -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…
Cancel
Save