diff options
author | Mark H Weaver <mhw@netris.org> | 2015-06-12 03:24:12 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2015-06-13 23:01:07 -0400 |
commit | 4c50e5ab3a393c6d86fc6362c58f7ecf32dd9680 (patch) | |
tree | 1251c98b95b58326788e67c7e6f63bb2984e7f8f /gnu-system.am | |
parent | 8c01b9d05aa5d5449398d5babdf7fa1fe95af1c2 (diff) | |
download | patches-4c50e5ab3a393c6d86fc6362c58f7ecf32dd9680.tar patches-4c50e5ab3a393c6d86fc6362c58f7ecf32dd9680.tar.gz |
gnu: python: Disable ssl test that fails with openssl-1.0.2b.
* gnu/packages/patches/python-disable-ssl-test.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/python.scm (python): Add patch.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index 7e0ee52875..fd7b1e5e86 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -526,6 +526,7 @@ dist_patch_DATA = \ gnu/packages/patches/pybugz-encode-error.patch \ gnu/packages/patches/pybugz-stty.patch \ gnu/packages/patches/pyqt-configure.patch \ + gnu/packages/patches/python-disable-ssl-test.patch \ gnu/packages/patches/python-fix-tests.patch \ gnu/packages/patches/python-libffi-mips-n32-fix.patch \ gnu/packages/patches/python2-rdflib-drop-sparqlwrapper.patch \ |