diff options
| author | Julian Ospald <hasufell@gentoo.org> | 2015-09-08 03:24:17 +0200 |
|---|---|---|
| committer | Julian Ospald <hasufell@gentoo.org> | 2015-09-08 19:40:15 +0200 |
| commit | 7659f3413368ddb2fb02687364111d405f8b0888 (patch) | |
| tree | 62989cc8f461870581783d9aa38d86503e355fd6 /dev-python/python-eventlib/files/python-eventlib-0.2.1-libressl.patch | |
| parent | 798a2879c2bd0255f6da5a46cb01202ba3086cdd (diff) | |
| download | gentoo-7659f3413368ddb2fb02687364111d405f8b0888.tar.gz gentoo-7659f3413368ddb2fb02687364111d405f8b0888.tar.bz2 gentoo-7659f3413368ddb2fb02687364111d405f8b0888.zip | |
dev-python/python-eventlib: fix build with libressl
Diffstat (limited to 'dev-python/python-eventlib/files/python-eventlib-0.2.1-libressl.patch')
| -rw-r--r-- | dev-python/python-eventlib/files/python-eventlib-0.2.1-libressl.patch | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/dev-python/python-eventlib/files/python-eventlib-0.2.1-libressl.patch b/dev-python/python-eventlib/files/python-eventlib-0.2.1-libressl.patch new file mode 100644 index 000000000000..faa410352627 --- /dev/null +++ b/dev-python/python-eventlib/files/python-eventlib-0.2.1-libressl.patch @@ -0,0 +1,14 @@ +From: Julian Ospald <hasufell@gentoo.org> +Date: Tue Sep 8 01:22:40 UTC 2015 +Subject: fix compatibility with libressl + +--- a/eventlib/green/socket.py ++++ b/eventlib/green/socket.py +@@ -89,7 +89,6 @@ + else: + # some constants the SSL module exports but not in __all__ + from eventlib.green.ssl import (RAND_add, +- RAND_egd, + RAND_status, + SSL_ERROR_ZERO_RETURN, + SSL_ERROR_WANT_READ, |
