pycurl: added missing export.
BugzID: 66530 Signed-off-by: Lucien Mueller <lucien.mueller@netmodule.com>
This commit is contained in:
parent
5edad2a05a
commit
522ca79d39
|
|
@ -20,6 +20,7 @@ inherit pypi
|
|||
|
||||
PYPI_PACKAGE = "pycurl"
|
||||
PYCURL_SSL_LIBRARY ??= "openssl"
|
||||
export PYCURL_SSL_LIBRARY
|
||||
|
||||
DEPENDS = "\
|
||||
curl \
|
||||
|
|
|
|||
Loading…
Reference in New Issue