summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/piper/files/piper-0.5.1-disable-flake8-linting.patch')
-rw-r--r--app-misc/piper/files/piper-0.5.1-disable-flake8-linting.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/app-misc/piper/files/piper-0.5.1-disable-flake8-linting.patch b/app-misc/piper/files/piper-0.5.1-disable-flake8-linting.patch
deleted file mode 100644
index a0ede6671e04..000000000000
--- a/app-misc/piper/files/piper-0.5.1-disable-flake8-linting.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Remove linting test that is broken upstream.
-Bug: https://bugs.gentoo.org/807205
-
---- piper-0.5.1/meson.build
-+++ piper-0.5.1/meson.build
-@@ -119,11 +119,3 @@
- configuration: config_piper_devel)
-
- meson.add_install_script('meson_install.sh')
--
--flake8 = find_program('flake8', required: false)
--if flake8.found()
-- test('flake8', flake8,
-- args: ['--ignore=E501,W504',
-- join_paths(meson.source_root(), 'piper'),
-- join_paths(meson.source_root(), 'piper.in')])
--endif