diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2022-10-30 08:56:15 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-10-30 09:27:08 +0000 |
commit | a3cb0ee780ce113eddfefbd89670195f8be0687b (patch) | |
tree | a9f74e990f260577477c1ab590ccc3b169e21bc6 /net-misc/spice-gtk | |
parent | net-misc/openssh: remove unused patch (diff) | |
download | gentoo-a3cb0ee780ce113eddfefbd89670195f8be0687b.tar.gz gentoo-a3cb0ee780ce113eddfefbd89670195f8be0687b.tar.bz2 gentoo-a3cb0ee780ce113eddfefbd89670195f8be0687b.zip |
net-misc/spice-gtk: remove unused patch
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/28030
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-misc/spice-gtk')
-rw-r--r-- | net-misc/spice-gtk/files/spice-gtk-0.39-fix-finding-pyparsing.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/net-misc/spice-gtk/files/spice-gtk-0.39-fix-finding-pyparsing.patch b/net-misc/spice-gtk/files/spice-gtk-0.39-fix-finding-pyparsing.patch deleted file mode 100644 index 9a3cdd090063..000000000000 --- a/net-misc/spice-gtk/files/spice-gtk-0.39-fix-finding-pyparsing.patch +++ /dev/null @@ -1,13 +0,0 @@ -https://gitlab.freedesktop.org/spice/spice-common/-/issues/5 -https://bugs.gentoo.org/820074 ---- a/subprojects/spice-common/meson.build -+++ b/subprojects/spice-common/meson.build -@@ -132,7 +132,7 @@ if spice_common_generate_client_code or spice_common_generate_server_code - if get_option('python-checks') - foreach module : ['six', 'pyparsing'] - message('Checking for python module @0@'.format(module)) -- cmd = run_command(python, '-m', module) -+ cmd = run_command(python, '-c', 'import @0@'.format(module)) - if cmd.returncode() != 0 - error('Python module @0@ not found'.format(module)) - endif |