[virt-tools-list] [virt-manager][PATCH] setup.py: Distribute virtinst/ subdirectories

Radostin Stoyanov rstoyanov1 at gmail.com
Wed Apr 11 10:43:22 UTC 2018


Hi Michal,

This commit was also created as a pull request by @z3ntu on github
https://github.com/virt-manager/virt-manager/pull/29

Radostin

On 11/04/18 10:55, Michal Privoznik wrote:
> In fe9ed2340cd5b6 and 3909c10441a5f4eb two new virtinst/
> subdirectories were introduced. However, we forget to distribute
> them therefore installed virt-manager fails to start.
>
> Signed-off-by: Michal Privoznik <mprivozn at redhat.com>
> ---
>  setup.py | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/setup.py b/setup.py
> index 7ca6d677..50f97f07 100755
> --- a/setup.py
> +++ b/setup.py
> @@ -671,6 +671,8 @@ distutils.core.setup(
>          ("share/virt-manager/virtcli",
>           glob.glob("virtcli/*.py") + glob.glob("virtcli/cli.cfg")),
>          ("share/virt-manager/virtinst", glob.glob("virtinst/*.py")),
> +        ("share/virt-manager/virtinst/devices", glob.glob("virtinst/devices/*.py")),
> +        ("share/virt-manager/virtinst/domain", glob.glob("virtinst/domain/*.py")),
>          ("share/virt-manager/virtconv", glob.glob("virtconv/*.py")),
>      ],
>  

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/virt-tools-list/attachments/20180411/d75efdff/attachment.htm>


More information about the virt-tools-list mailing list