diff options
author | Leo Famulari <leo@famulari.name> | 2017-03-13 00:11:12 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-03-13 15:33:54 -0400 |
commit | 7cb68a3cb3082cb6ae5435c28ae7f9278e4d1a0f (patch) | |
tree | ae6240a4f3a278cad7e894b96fa6b84864b2720a /gnu/local.mk | |
parent | be81133a13932bc83b0697d73581a47674ef6987 (diff) | |
download | patches-7cb68a3cb3082cb6ae5435c28ae7f9278e4d1a0f.tar patches-7cb68a3cb3082cb6ae5435c28ae7f9278e4d1a0f.tar.gz |
gnu: Remove python-3.4.
* gnu/packages/python.scm (python-3.4): Remove variable.
* gnu/packages/patches/python-3.4-fix-tests.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
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 c51e04289b..c74418d0dc 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -853,7 +853,6 @@ dist_patch_DATA = \ %D%/packages/patches/python-2.7-source-date-epoch.patch \ %D%/packages/patches/python-3-deterministic-build-info.patch \ %D%/packages/patches/python-3-search-paths.patch \ - %D%/packages/patches/python-3.4-fix-tests.patch \ %D%/packages/patches/python-3.5-fix-tests.patch \ %D%/packages/patches/python-3.5-getentropy-on-old-kernels.patch \ %D%/packages/patches/python-dendropy-fix-tests.patch \ |