Danny Milosavljevic 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)))