gnu: python-os-testr: Propagate python-testtools and python-babel.
Lack of python-testtools was causing the sanity-check phase to fail.
* gnu/packages/openstack.scm (python-os-testr)
[native-inputs]{python-testtools, python-babel}: Move to...
[propagated-inputs]: ... here.
This commit is contained in:
parent
7aa7d85bac
commit
0be48040dc
1 changed files with 2 additions and 2 deletions
|
|
@ -268,9 +268,9 @@ to docs.openstack.org and developer.openstack.org.")
|
||||||
;; when building the package. Skip the tests for now.
|
;; when building the package. Skip the tests for now.
|
||||||
`(#:tests? #f))
|
`(#:tests? #f))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-subunit))
|
(list python-babel python-subunit python-testrepository python-testtools))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-pbr python-testtools python-babel))
|
(list python-pbr))
|
||||||
(home-page "https://www.openstack.org/")
|
(home-page "https://www.openstack.org/")
|
||||||
(synopsis "Testr wrapper to provide functionality for OpenStack projects")
|
(synopsis "Testr wrapper to provide functionality for OpenStack projects")
|
||||||
(description
|
(description
|
||||||
|
|
|
||||||
Reference in a new issue