diff options
| author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-12-21 14:50:25 -0500 |
|---|---|---|
| committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-01-10 11:44:44 -0500 |
| commit | 0be48040dc30a07ee810d28d3c4011530910c502 (patch) | |
| tree | 4c21ba512c39e8f9eab10f7eb185a760a44e4fe0 /gnu | |
| parent | 7aa7d85bac2b4e1e94e0a4b3682f94f275e31c75 (diff) | |
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.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/openstack.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm index b0395fd7d01..fbf8f423343 100644 --- a/gnu/packages/openstack.scm +++ b/gnu/packages/openstack.scm | |||
| @@ -268,9 +268,9 @@ to docs.openstack.org and developer.openstack.org.") | |||
| 268 | ;; when building the package. Skip the tests for now. | 268 | ;; when building the package. Skip the tests for now. |
| 269 | `(#:tests? #f)) | 269 | `(#:tests? #f)) |
| 270 | (propagated-inputs | 270 | (propagated-inputs |
| 271 | (list python-subunit)) | 271 | (list python-babel python-subunit python-testrepository python-testtools)) |
| 272 | (native-inputs | 272 | (native-inputs |
| 273 | (list python-pbr python-testtools python-babel)) | 273 | (list python-pbr)) |
| 274 | (home-page "https://www.openstack.org/") | 274 | (home-page "https://www.openstack.org/") |
| 275 | (synopsis "Testr wrapper to provide functionality for OpenStack projects") | 275 | (synopsis "Testr wrapper to provide functionality for OpenStack projects") |
| 276 | (description | 276 | (description |
