pycurl: set ssl library to libgnutls in recipe.
BugzID: 66530 Signed-off-by: Lucien Mueller <lucien.mueller@netmodule.com>
This commit is contained in:
parent
62594deafa
commit
073a205fd5
|
|
@ -19,8 +19,11 @@ SRC_URI[sha256sum] = "6f08330c5cf79fa8ef68b9912b9901db7ffd34b63e225dce74db56bb21
|
|||
inherit pypi
|
||||
|
||||
PYPI_PACKAGE = "pycurl"
|
||||
PYCURL_SSL_LIBRARY ?= "gnutls"
|
||||
|
||||
DEPENDS = "\
|
||||
curl \
|
||||
${PYTHON_PN}\
|
||||
"
|
||||
|
||||
export PYCURL_SSL_LIBRARY
|
||||
|
|
|
|||
Loading…
Reference in New Issue