summaryrefslogtreecommitdiff
path: root/dev-python/pkgconfig/files/pkgconfig-1.5.4-brittle-tests.patch
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-08-31 08:59:54 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-08-31 08:59:54 +0100
commit3b08f674e3f771b49370edb144dab0958c8cf721 (patch)
tree3673eb62859b2343bc70589f2f9d670c2eee5cc8 /dev-python/pkgconfig/files/pkgconfig-1.5.4-brittle-tests.patch
parentb1c81de4fadbd00897700a7321f03b390d952b2e (diff)
gentoo resync : 31.08.2021
Diffstat (limited to 'dev-python/pkgconfig/files/pkgconfig-1.5.4-brittle-tests.patch')
-rw-r--r--dev-python/pkgconfig/files/pkgconfig-1.5.4-brittle-tests.patch14
1 files changed, 0 insertions, 14 deletions
diff --git a/dev-python/pkgconfig/files/pkgconfig-1.5.4-brittle-tests.patch b/dev-python/pkgconfig/files/pkgconfig-1.5.4-brittle-tests.patch
deleted file mode 100644
index 05ba21f22acc..000000000000
--- a/dev-python/pkgconfig/files/pkgconfig-1.5.4-brittle-tests.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- a/test_pkgconfig.py
-+++ b/test_pkgconfig.py
-@@ -138,9 +138,9 @@
- def test_configure_extension():
- ext = Extension('foo', ['foo.c'])
- pkgconfig.configure_extension(ext, 'fake-gtk+-3.0 fake-python')
-- assert ext.extra_compile_args == [
-+ assert sorted(ext.extra_compile_args) == [
- '-DGSEAL_ENABLE', '-I/usr/include/gtk-3.0','-I/usr/include/python2.7']
-- assert ext.extra_link_args == [
-+ assert sorted(ext.extra_link_args) == [
- '-L/usr/lib_gtk_foo', '-L/usr/lib_python_foo', '-lgtk-3', '-lpython2.7']
-
-