guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/08: gnu: python-os-testr: Add python-testrepository to inputs.


From: guix-commits
Subject: 05/08: gnu: python-os-testr: Add python-testrepository to inputs.
Date: Tue, 11 Jan 2022 14:35:56 -0500 (EST)

civodul pushed a commit to branch master
in repository guix.

commit 92c873e38a9716d339fd7b0bcf37c6c2da6baf24
Author: Tanguy Le Carrour <tanguy@bioneland.org>
AuthorDate: Thu Jan 6 15:33:57 2022 +0100

    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>
---
 gnu/packages/openstack.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm
index d80e9e8b65..3a437a628f 100644
--- a/gnu/packages/openstack.scm
+++ b/gnu/packages/openstack.scm
@@ -6,6 +6,7 @@
 ;;; Copyright © 2018, 2022 Marius Bakke <marius@gnu.org>
 ;;; Copyright © 2020, 2021 Ricardo Wurmus <rekado@elephly.net>
 ;;; Copyright © 2020 Maxim Cournoyer <maxim.cournoyer@gmail.com>
+;;; Copyright © 2022 Tanguy Le Carrour <tanguy@bioneland.org>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -270,7 +271,7 @@ to docs.openstack.org and developer.openstack.org.")
     (propagated-inputs
      (list python-stestr))
     (native-inputs
-     (list python-pbr python-testtools python-babel))
+     (list python-pbr python-testtools python-babel python-testrepository))
     (home-page "https://www.openstack.org/";)
     (synopsis "Testr wrapper to provide functionality for OpenStack projects")
     (description



reply via email to

[Prev in Thread] Current Thread [Next in Thread]