guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH v2 5/6] gnu: python-mox3: Remove python-oslosphinx dependency


From: Marius Bakke
Subject: Re: [PATCH v2 5/6] gnu: python-mox3: Remove python-oslosphinx dependency (since the tests don't run anyway).
Date: Wed, 18 Jan 2017 18:54:53 +0100
User-agent: Notmuch/0.23.5 (https://notmuchmail.org) Emacs/25.1.1 (x86_64-unknown-linux-gnu)

Danny Milosavljevic <address@hidden> writes:

> * gnu/packages/python.scm (python-mox3)[native-inputs]: Remove 
> python-oslosphinx.
                 ^^^^^^^^^^
                 This path seems wrong :)

Otherwise LGTM. If you look around in openstack.scm, I've had to do
similar things in a bunch of packages. We should try to update all of
them, after this branch is merged :-)


> ---
>  gnu/packages/openstack.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm
> index 0e50236af..277a443b0 100644
> --- a/gnu/packages/openstack.scm
> +++ b/gnu/packages/openstack.scm
> @@ -153,11 +153,11 @@ guidelines}.")
>             "0njmh40i1lg5mzn9hc2ax83adj6dli455j6xifilrw27c4wlkjzx"))))
>      (build-system python-build-system)
>      (arguments
> -     ;; TODO: Requires newer version of testtools (>=1.4.0).
> +     ;; TODO: Resolve dependency cycle and re-enable.
>       '(#:tests? #f))
>      (native-inputs
>        `(("python-fixtures" ,python-fixtures)
> -        ("python-oslosphinx" ,python-oslosphinx)
> +        ;("python-oslosphinx" ,python-oslosphinx)
>          ("python-pbr" ,python-pbr)
>          ("python-sphinx" ,python-sphinx)
>          ("python-testtools" ,python-testtools)))

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]