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/packages/python.scm | |
parent | 4909eadfaddc2c072e4aeb50f648110e387f50ac (diff) | |
download | patches-d28f90bed95e63f7c066e242549aa25a09276750.tar patches-d28f90bed95e63f7c066e242549aa25a09276750.tar.gz |
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/packages/python.scm')
-rw-r--r-- | gnu/packages/python.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 2a7b517e22..d110a1cb32 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -7464,6 +7464,8 @@ message digests and key derivation functions.") (origin (method url-fetch) (uri (pypi-uri "pyOpenSSL" version)) + (patches + (search-patches "python-pyopenssl-17.1.0-test-overflow.patch")) (sha256 (base32 "0qwmqhfsq84ydir9dz273ypmlcvs7v71m1jns0sd4k0h6lfsa82s")))) |