gnu: python-stevedore: Fix tests.
* gnu/packages/openstack.scm (python-stevedore, python2-stevedore)[native-inputs]: Add python-discover, python-oslosphinx, python-sphinx and python-testrepository.
This commit is contained in:
parent
bb56d9a18c
commit
130f68ec3b
|
@ -292,10 +292,13 @@ portions of your testing code.")
|
|||
(native-inputs
|
||||
`(("python-pbr" ,python-pbr)
|
||||
;; Tests
|
||||
("python-discover" ,python-discover)
|
||||
("python-docutils" ,python-docutils)
|
||||
("python-mock" ,python-mock)
|
||||
("python-oslosphinx" ,python-oslosphinx)
|
||||
("python-oslotest" ,python-oslotest)
|
||||
("python-sphinx" ,python-sphinx)))
|
||||
("python-sphinx" ,python-sphinx)
|
||||
("python-testrepository" ,python-testrepository)))
|
||||
(home-page "https://github.com/dreamhost/stevedore")
|
||||
(synopsis "Manage dynamic plugins for Python applications")
|
||||
(description
|
||||
|
|
Loading…
Reference in New Issue