diff options
| author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-01-17 10:07:35 -0500 |
|---|---|---|
| committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2022-01-17 11:47:09 -0500 |
| commit | 276f40fdc349d2ad62582b23ea55e061b689cfc0 (patch) | |
| tree | 8052d91aee78cf0d4317b41ec52134fde48fa5fb /gnu/packages/openstack.scm | |
| parent | b2f6b6f6b9df6bcc24794238e7e97357470af95d (diff) | |
| parent | 6ba510d76d6847065be725e958718002f3b13c7a (diff) | |
Merge branch 'version-1.4.0'
With resolved conflicts in:
gnu/packages/gnome.scm
gnu/packages/openstack.scm
gnu/packages/python-xyz.scm
Diffstat (limited to 'gnu/packages/openstack.scm')
| -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 e1ffc0ff23c..1b0f2786057 100644 --- a/gnu/packages/openstack.scm +++ b/gnu/packages/openstack.scm | |||
| @@ -269,9 +269,9 @@ to docs.openstack.org and developer.openstack.org.") | |||
| 269 | ;; when building the package. Skip the tests for now. | 269 | ;; when building the package. Skip the tests for now. |
| 270 | `(#:tests? #f)) | 270 | `(#:tests? #f)) |
| 271 | (propagated-inputs | 271 | (propagated-inputs |
| 272 | (list python-stestr)) | 272 | (list python-babel python-stestr python-testrepository python-testtools)) |
| 273 | (native-inputs | 273 | (native-inputs |
| 274 | (list python-pbr python-testtools python-babel python-testrepository)) | 274 | (list python-pbr)) |
| 275 | (home-page "https://www.openstack.org/") | 275 | (home-page "https://www.openstack.org/") |
| 276 | (synopsis "Testr wrapper to provide functionality for OpenStack projects") | 276 | (synopsis "Testr wrapper to provide functionality for OpenStack projects") |
| 277 | (description | 277 | (description |
