diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-10-04 21:48:05 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-10-19 00:16:49 +0200 |
commit | 603a64920f13a28a5b62cb8aedf1f460f08e15f0 (patch) | |
tree | 42ddf966b9bc1af85c91faa09fce666d003c9b8e /gnu/local.mk | |
parent | 9d8796a5169238f00705bbda8885667a24219388 (diff) | |
download | patches-603a64920f13a28a5b62cb8aedf1f460f08e15f0.tar patches-603a64920f13a28a5b62cb8aedf1f460f08e15f0.tar.gz |
gnu: python@2: Update to 2.7.14.
* gnu/packages/python.scm (python-2.7): Update to 2.7.14.
[source]: Add patch to skip two new tests. Delete upstreamed patch.
* gnu/packages/patches/python-2.7-adjust-tests.patch: New file.
* gnu/packages/patches/python-2.7-getentropy-on-old-kernels.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index 45adc73f20..f13c2228ae 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -965,7 +965,7 @@ dist_patch_DATA = \ %D%/packages/patches/pygpgme-disable-problematic-tests.patch \ %D%/packages/patches/pyqt-configure.patch \ %D%/packages/patches/python-2-deterministic-build-info.patch \ - %D%/packages/patches/python-2.7-getentropy-on-old-kernels.patch \ + %D%/packages/patches/python-2.7-adjust-tests.patch \ %D%/packages/patches/python-2.7-search-paths.patch \ %D%/packages/patches/python-2.7-site-prefixes.patch \ %D%/packages/patches/python-2.7-source-date-epoch.patch \ |