diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2016-09-09 19:16:52 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2016-09-11 10:48:35 +0200 |
commit | c481a1851c50f994207a17794c9ebf89445a72e2 (patch) | |
tree | 2881756d8170e809eb12a24a981c92e88f769cf6 /dev-python/cgkit | |
parent | dev-python/cffi: remove unused patches (diff) | |
download | gentoo-c481a1851c50f994207a17794c9ebf89445a72e2.tar.gz gentoo-c481a1851c50f994207a17794c9ebf89445a72e2.tar.bz2 gentoo-c481a1851c50f994207a17794c9ebf89445a72e2.zip |
dev-python/cgkit: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/2291
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-python/cgkit')
-rw-r--r-- | dev-python/cgkit/files/cgkit-2.0.0-test.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-python/cgkit/files/cgkit-2.0.0-test.patch b/dev-python/cgkit/files/cgkit-2.0.0-test.patch deleted file mode 100644 index e5c198415da2..000000000000 --- a/dev-python/cgkit/files/cgkit-2.0.0-test.patch +++ /dev/null @@ -1,11 +0,0 @@ -diff -ur cgkit-2.0.0alpha9.orig/unittests/test_sequence.py cgkit-2.0.0alpha9/unittests/test_sequence.py ---- unittests/test_sequence.py 2009-08-15 19:37:35.000000000 +0800 -+++ unittests/test_sequence.py 2012-11-07 06:58:07.024791790 +0800 -@@ -594,6 +594,7 @@ - ("spam1_5.tif", "foo0006.tif")], list(ong)) - - -+@unittest.skip("Seeks absent dep 3delight") - class TestSeqUtils(unittest.TestCase): - """Test the sequence utilities. - """ |