summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>2020-09-19 18:19:30 +0200
committerConrad Kostecki <conikost@gentoo.org>2020-09-20 16:38:31 +0200
commitadc6046b0ba4feffb99b0479904487c9776d01e5 (patch)
treeb2f8592fc7269f3c50174f52ce912a12c6c4e1ba /dev-python
parentdev-python/uranium: remove unused patch(es) (diff)
downloadgentoo-adc6046b0ba4feffb99b0479904487c9776d01e5.tar.gz
gentoo-adc6046b0ba4feffb99b0479904487c9776d01e5.tar.bz2
gentoo-adc6046b0ba4feffb99b0479904487c9776d01e5.zip
dev-python/xcffib: remove unused patch(es)
Closes: https://github.com/gentoo/gentoo/pull/17602 Package-Manager: Portage-3.0.7, Repoman-3.0.1 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com> Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/xcffib/files/xcffib-0.4.2-test-imports.patch35
1 files changed, 0 insertions, 35 deletions
diff --git a/dev-python/xcffib/files/xcffib-0.4.2-test-imports.patch b/dev-python/xcffib/files/xcffib-0.4.2-test-imports.patch
deleted file mode 100644
index da33bf3934cb..000000000000
--- a/dev-python/xcffib/files/xcffib-0.4.2-test-imports.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-Relative imports don't work because the test dir isn't a proper python module.
-
---- xcffib-0.4.2/test/test_connection.py
-+++ xcffib-0.4.2/test/test_connection.py
-@@ -20,7 +20,7 @@
-
- from xcffib import ffi
- from xcffib.testing import XvfbTest
--from .testing import XcffibTest
-+from testing import XcffibTest
-
- from nose.tools import raises
- from nose import SkipTest
---- xcffib-0.4.2/test/test_fakeinput.py
-+++ xcffib-0.4.2/test/test_fakeinput.py
-@@ -2,7 +2,7 @@
- import xcffib.xproto
- import xcffib.xtest
-
--from .testing import XcffibTest
-+from testing import XcffibTest
-
- class TestConnection(XcffibTest):
- def test_fakeinput(self):
---- xcffib-0.4.2/test/test_python_code.py
-+++ xcffib-0.4.2/test/test_python_code.py
-@@ -18,7 +18,7 @@
- import struct
- from xcffib.xproto import EventMask
-
--from .testing import XcffibTest
-+from testing import XcffibTest
-
- class TestPythonCode(XcffibTest):
-