diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-03-30 23:42:44 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2015-03-30 23:42:44 -0400 |
| commit | 780a57e15a58cc1d74090509138744550609d876 (patch) | |
| tree | bd3e8bf1663b689ba89b05b8f63facea4039ce3b /recipes-devtools/python/python-gevent_1.0.1.bb | |
| parent | df21652a7fb9499f0c1f8d23d0989672a9dae218 (diff) | |
| download | meta-virtualization-780a57e15a58cc1d74090509138744550609d876.tar.gz | |
gevent: allow ssl v2 or v3 certificates
Work around an issue with python 2.7 not always having SSLv3 available
by allowing v2 or v3 certificates.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'recipes-devtools/python/python-gevent_1.0.1.bb')
| -rw-r--r-- | recipes-devtools/python/python-gevent_1.0.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-devtools/python/python-gevent_1.0.1.bb b/recipes-devtools/python/python-gevent_1.0.1.bb index f42979be..44f9518b 100644 --- a/recipes-devtools/python/python-gevent_1.0.1.bb +++ b/recipes-devtools/python/python-gevent_1.0.1.bb | |||
| @@ -23,3 +23,4 @@ inherit setuptools | |||
| 23 | 23 | ||
| 24 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" | 24 | FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" |
| 25 | SRC_URI += "file://libev-conf.patch" | 25 | SRC_URI += "file://libev-conf.patch" |
| 26 | SRC_URI += "file://gevent-allow-ssl-v2-or-v3-certificates.patch" | ||
