diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-07-07 18:28:45 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-07-07 18:43:16 +0200 |
commit | d28f90bed95e63f7c066e242549aa25a09276750 (patch) | |
tree | f08971fcd10ce322dd0c126fbcbb83af8016cdf2 /gnu/local.mk | |
parent | 4909eadfaddc2c072e4aeb50f648110e387f50ac (diff) | |
download | guix-d28f90bed95e63f7c066e242549aa25a09276750.tar.gz guix-d28f90bed95e63f7c066e242549aa25a09276750.zip |
gnu: python-pyopenssl: Fix test failure on 32-bit platforms.
* gnu/packages/patches/python-pyopenssl-17.1.0-test-overflow.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/python.scm (python-pyopenssl)[source]: Use it.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 6f6db6d0ad..8e4af46428 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -958,6 +958,7 @@ dist_patch_DATA = \ %D%/packages/patches/python-pycrypto-CVE-2013-7459.patch \ %D%/packages/patches/python2-pygobject-2-gi-info-type-error-domain.patch \ %D%/packages/patches/python-pygpgme-fix-pinentry-tests.patch \ + %D%/packages/patches/python-pyopenssl-17.1.0-test-overflow.patch \ %D%/packages/patches/python2-subprocess32-disable-input-test.patch \ %D%/packages/patches/qemu-CVE-2017-7493.patch \ %D%/packages/patches/qemu-CVE-2017-8112.patch \ |