[libvirt] [dbus PATCH 2/3] configure: Detect flake8 automatically

Pino Toscano ptoscano at redhat.com
Tue Aug 14 15:36:42 UTC 2018


On Tuesday, 14 August 2018 17:30:45 CEST Andrea Bolognani wrote:
> This also allows the user to run a custom flake8
> by setting FLAKE8 in the environment.
> 
> Signed-off-by: Andrea Bolognani <abologna at redhat.com>
> ---
>  Makefile.am  | 2 +-
>  configure.ac | 1 +
>  2 files changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/Makefile.am b/Makefile.am
> index a0696bf..c6d09e6 100644
> --- a/Makefile.am
> +++ b/Makefile.am
> @@ -46,6 +46,6 @@ gen-AUTHORS:
>  # E501: (line too long) warning is ignored.
>  .PHONY: flake8
>  flake8:
> -	flake8 --show-source --ignore=E501 $(srcdir)/tests/*.py
> +	$(FLAKE8) --show-source --ignore=E501 $(srcdir)/tests/*.py;

Extra ';' at the end of this line.

-- 
Pino Toscano
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: This is a digitally signed message part.
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20180814/0a6c36c5/attachment-0001.sig>


More information about the libvir-list mailing list