diff options
author | Leo Famulari <leo@famulari.name> | 2016-11-27 00:19:21 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-11-27 14:49:35 -0500 |
commit | 6782444764d6072ef2684403efb92ca1aaabc016 (patch) | |
tree | bddd78b2e55276e2b00a5940572691560514f2b3 /gnu/packages/patches | |
parent | 8c4964dd51dd680bb30cc512d66798a5ade4e5ae (diff) | |
download | gnu-guix-6782444764d6072ef2684403efb92ca1aaabc016.tar gnu-guix-6782444764d6072ef2684403efb92ca1aaabc016.tar.gz |
gnu: python-rarfile: Update to 2.8.
* gnu/packages/python.scm (python-rarfile, python2-rarfile): Update to 2.8.
[source]: Remove obsolete patch.
* gnu/packages/patches/python-rarfile-fix-tests.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
Diffstat (limited to 'gnu/packages/patches')
-rw-r--r-- | gnu/packages/patches/python-rarfile-fix-tests.patch | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/gnu/packages/patches/python-rarfile-fix-tests.patch b/gnu/packages/patches/python-rarfile-fix-tests.patch deleted file mode 100644 index 8ae8894009..0000000000 --- a/gnu/packages/patches/python-rarfile-fix-tests.patch +++ /dev/null @@ -1,14 +0,0 @@ -There is no test.sh, but there are test1.sh and test2.sh. - -diff --git a/test/Makefile b/test/Makefile -index 027bc5f..5383db3 100644 ---- a/test/Makefile -+++ b/test/Makefile -@@ -1,5 +1,6 @@ - test: -- ./test.sh -+ ./test1.sh -+ ./test2.sh - - clean: - rm -rf __pycache__ |