gnu: python-mox3: Remove python-oslosphinx dependency (since the tests don't run anyway).

* gnu/packages/openstack.scm (python-mox3)[native-inputs]: Remove python-oslosphinx.
This commit is contained in:
Danny Milosavljevic 2017-01-18 08:53:04 +01:00
parent c227458ac8
commit 376c4619cf
No known key found for this signature in database
GPG Key ID: E71A35542C30BAA5
1 changed files with 2 additions and 2 deletions

View File

@ -152,11 +152,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)
; TODO re-add ("python-oslosphinx" ,python-oslosphinx)
("python-pbr" ,python-pbr)
("python-sphinx" ,python-sphinx)
("python-testtools" ,python-testtools)))