From 522ca79d39544498a571e6349d9d276dd9e5767b Mon Sep 17 00:00:00 2001 From: Lucien Mueller Date: Fri, 20 Nov 2020 15:23:47 +0100 Subject: [PATCH] pycurl: added missing export. BugzID: 66530 Signed-off-by: Lucien Mueller --- recipes-devtools/python/python-pycurl.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-devtools/python/python-pycurl.inc b/recipes-devtools/python/python-pycurl.inc index 90209fd..621a3c1 100644 --- a/recipes-devtools/python/python-pycurl.inc +++ b/recipes-devtools/python/python-pycurl.inc @@ -20,6 +20,7 @@ inherit pypi PYPI_PACKAGE = "pycurl" PYCURL_SSL_LIBRARY ??= "openssl" +export PYCURL_SSL_LIBRARY DEPENDS = "\ curl \