Przeglądaj źródła

python: add libopenssl and libcrypto as package deps

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
Alexandru Ardelean 10 lat temu
rodzic
commit
6862f1d8e6
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      lang/python/Makefile

+ 1
- 1
lang/python/Makefile Wyświetl plik

@@ -53,7 +53,7 @@ endef
53 53
 
54 54
 define Package/python
55 55
 $(call Package/python/Default)
56
-  DEPENDS:=+libpthread +zlib +libffi
56
+  DEPENDS:=+libpthread +zlib +libffi +libopenssl +libcrypto
57 57
 endef
58 58
 
59 59
 define Package/python/description