[PATCH] Include the new blivet.devices submodule in the built package.

Anne Mulhern amulhern at redhat.com
Thu Oct 9 18:39:43 UTC 2014





----- Original Message -----
> From: "Chris Lumens" <clumens at redhat.com>
> To: anaconda-patches at lists.fedorahosted.org
> Sent: Thursday, October 9, 2014 2:21:54 PM
> Subject: [PATCH] Include the new blivet.devices submodule in the built package.
> 
> ---
>  setup.py | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/setup.py b/setup.py
> index e40c867..f8810f2 100644
> --- a/setup.py
> +++ b/setup.py
> @@ -36,4 +36,4 @@ setup(name='blivet', version='0.66',
>        author='David Lehman', author_email='dlehman at redhat.com',
>        url='http://fedoraproject.org/wiki/blivet',
>        data_files=data_files,
> -      packages=['blivet', 'blivet.devicelibs', 'blivet.formats'])
> +      packages=['blivet', 'blivet.devices', 'blivet.devicelibs',
> 'blivet.formats'])
> --
> 1.9.3
> 
> _______________________________________________
> anaconda-patches mailing list
> anaconda-patches at lists.fedorahosted.org
> https://lists.fedorahosted.org/mailman/listinfo/anaconda-patches
> 

Ack.

- mulhern


More information about the anaconda-patches mailing list