diff options
author | Christopher Allan Webber <cwebber@dustycloud.org> | 2016-06-20 14:05:20 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-08-29 21:44:11 -0400 |
commit | d0b73960db051baa468fc1a0fbab21fa9f89f885 (patch) | |
tree | d01ed5fa7c29ac9e4d5191ca6ef76f393a9da29f /gnu/local.mk | |
parent | 568230c3787002af8c174838c334e39f0128a2bb (diff) | |
download | patches-d0b73960db051baa468fc1a0fbab21fa9f89f885.tar patches-d0b73960db051baa468fc1a0fbab21fa9f89f885.tar.gz |
gnu: python-3.4: Update to 3.4.5.
* gnu/packages/patches/python-disable-ssl-test.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
* gnu/packages/python.scm (python-3.4): Update to 3.4.5.
[source]: Remove patch.
[arguments]: Remove field.
(python-minimal)[inputs]: Add libffi.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 26eacd1043..85ffd0091b 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -748,7 +748,6 @@ dist_patch_DATA = \ %D%/packages/patches/python-3-deterministic-build-info.patch \ %D%/packages/patches/python-3-search-paths.patch \ %D%/packages/patches/python-dendropy-exclude-failing-tests.patch \ - %D%/packages/patches/python-disable-ssl-test.patch \ %D%/packages/patches/python-fix-tests.patch \ %D%/packages/patches/python-ipython-inputhook-ctype.patch \ %D%/packages/patches/python-rarfile-fix-tests.patch \ |