[virt-tools-list] [PATCH] setup: drop obsolete virtconv/parsers data_files

Cole Robinson crobinso at redhat.com
Sat Jul 12 20:08:39 UTC 2014


On 07/12/2014 12:30 PM, Roman Bogorodskiy wrote:
> Commit 0b4a72f dropped virtconv/parsers/ files, so remove
> them from data_files list in setup.py as well.
> ---
>  setup.py | 2 --
>  1 file changed, 2 deletions(-)
> 
> diff --git a/setup.py b/setup.py
> index 33d2069..098014b 100755
> --- a/setup.py
> +++ b/setup.py
> @@ -630,8 +630,6 @@ setup(
>           glob.glob("virtcli/*.py") + glob.glob("virtcli/cli.cfg")),
>          ("share/virt-manager/virtinst", glob.glob("virtinst/*.py")),
>          ("share/virt-manager/virtconv", glob.glob("virtconv/*.py")),
> -        ("share/virt-manager/virtconv/parsers",
> -         glob.glob("virtconv/parsers/*.py")),
>      ],
>  
>      cmdclass={
> 

Thanks, pushed now.

- Cole




More information about the virt-tools-list mailing list