pycurl: set ssl library to libgnutls in recipe.

BugzID: 66530

Signed-off-by: Lucien Mueller <lucien.mueller@netmodule.com>
This commit is contained in:
Lucien Mueller 2020-11-09 13:55:39 +01:00
parent 62594deafa
commit 073a205fd5
1 changed files with 3 additions and 0 deletions

View File

@ -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