diff options
| author | Tanguy Le Carrour <tanguy@bioneland.org> | 2022-01-06 15:33:57 +0100 |
|---|---|---|
| committer | Ludovic Courtès <ludo@gnu.org> | 2022-01-11 20:35:00 +0100 |
| commit | 92c873e38a9716d339fd7b0bcf37c6c2da6baf24 (patch) | |
| tree | 01ff1ef2edd9fdc188d58bce77e9d2ce91a8bc93 /gnu/packages/openstack.scm | |
| parent | 54237556bab42ad0d451af1f466b011ba201385a (diff) | |
gnu: python-os-testr: Add python-testrepository to inputs.
This fixes a build failure in the 'sanity-check' phase.
* gnu/packages/openstack.scm (python-os-testr)[native-inputs]: Add python-testrepository.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/openstack.scm')
| -rw-r--r-- | gnu/packages/openstack.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm index d80e9e8b658..3a437a628fc 100644 --- a/gnu/packages/openstack.scm +++ b/gnu/packages/openstack.scm | |||
| @@ -6,6 +6,7 @@ | |||
| 6 | ;;; Copyright © 2018, 2022 Marius Bakke <marius@gnu.org> | 6 | ;;; Copyright © 2018, 2022 Marius Bakke <marius@gnu.org> |
| 7 | ;;; Copyright © 2020, 2021 Ricardo Wurmus <rekado@elephly.net> | 7 | ;;; Copyright © 2020, 2021 Ricardo Wurmus <rekado@elephly.net> |
| 8 | ;;; Copyright © 2020 Maxim Cournoyer <maxim.cournoyer@gmail.com> | 8 | ;;; Copyright © 2020 Maxim Cournoyer <maxim.cournoyer@gmail.com> |
| 9 | ;;; Copyright © 2022 Tanguy Le Carrour <tanguy@bioneland.org> | ||
| 9 | ;;; | 10 | ;;; |
| 10 | ;;; This file is part of GNU Guix. | 11 | ;;; This file is part of GNU Guix. |
| 11 | ;;; | 12 | ;;; |
| @@ -270,7 +271,7 @@ to docs.openstack.org and developer.openstack.org.") | |||
| 270 | (propagated-inputs | 271 | (propagated-inputs |
| 271 | (list python-stestr)) | 272 | (list python-stestr)) |
| 272 | (native-inputs | 273 | (native-inputs |
| 273 | (list python-pbr python-testtools python-babel)) | 274 | (list python-pbr python-testtools python-babel python-testrepository)) |
| 274 | (home-page "https://www.openstack.org/") | 275 | (home-page "https://www.openstack.org/") |
| 275 | (synopsis "Testr wrapper to provide functionality for OpenStack projects") | 276 | (synopsis "Testr wrapper to provide functionality for OpenStack projects") |
| 276 | (description | 277 | (description |
