From bcffe291378c93d56d0957425791e53aee864374 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filipe=20La=C3=ADns?= Date: Mon, 10 Feb 2020 00:01:51 +0000 Subject: [PATCH] meson: fix flake8 executable name MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Filipe LaĆ­ns --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index 4cce9dc..c7bf86f 100644 --- a/meson.build +++ b/meson.build @@ -119,7 +119,7 @@ configure_file(input: 'piper.in', meson.add_install_script('meson_install.sh') -flake8 = find_program('flake8-3', required: false) +flake8 = find_program('flake8', required: false) if flake8.found() test('flake8', flake8, args: ['--ignore=E501,W504',