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>
This commit is contained in:
		
							parent
							
								
									54237556ba
								
							
						
					
					
						commit
						92c873e38a
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		| 
						 | 
					@ -6,6 +6,7 @@
 | 
				
			||||||
;;; Copyright © 2018, 2022 Marius Bakke <marius@gnu.org>
 | 
					;;; Copyright © 2018, 2022 Marius Bakke <marius@gnu.org>
 | 
				
			||||||
;;; Copyright © 2020, 2021 Ricardo Wurmus <rekado@elephly.net>
 | 
					;;; Copyright © 2020, 2021 Ricardo Wurmus <rekado@elephly.net>
 | 
				
			||||||
;;; Copyright © 2020 Maxim Cournoyer <maxim.cournoyer@gmail.com>
 | 
					;;; Copyright © 2020 Maxim Cournoyer <maxim.cournoyer@gmail.com>
 | 
				
			||||||
 | 
					;;; Copyright © 2022 Tanguy Le Carrour <tanguy@bioneland.org>
 | 
				
			||||||
;;;
 | 
					;;;
 | 
				
			||||||
;;; This file is part of GNU Guix.
 | 
					;;; This file is part of GNU Guix.
 | 
				
			||||||
;;;
 | 
					;;;
 | 
				
			||||||
| 
						 | 
					@ -270,7 +271,7 @@ to docs.openstack.org and developer.openstack.org.")
 | 
				
			||||||
    (propagated-inputs
 | 
					    (propagated-inputs
 | 
				
			||||||
     (list python-stestr))
 | 
					     (list python-stestr))
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     (list python-pbr python-testtools python-babel))
 | 
					     (list python-pbr python-testtools python-babel python-testrepository))
 | 
				
			||||||
    (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