Browse Source

python: add libopenssl and libcrypto as package deps

Signed-off-by: Alexandru Ardelean <ardeleanalex@gmail.com>
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
 
53
 
54
 define Package/python
54
 define Package/python
55
 $(call Package/python/Default)
55
 $(call Package/python/Default)
56
-  DEPENDS:=+libpthread +zlib +libffi
56
+  DEPENDS:=+libpthread +zlib +libffi +libopenssl +libcrypto
57
 endef
57
 endef
58
 
58
 
59
 define Package/python/description
59
 define Package/python/description