mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add python-oslotest-bootstrap.
* gnu/packages/openstack.scm (python-oslotest-bootstrap): New variable. Change-Id: Iacd0fcc04710f7d7cbead4a301fab31ff30ae16f Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
00fe56ebef
commit
5383621f76
1 changed files with 13 additions and 0 deletions
|
@ -928,6 +928,19 @@ documentation from the OpenStack project.")
|
|||
for debugging, and better support for mocking results.")
|
||||
(license asl2.0)))
|
||||
|
||||
(define-public python-oslotest-bootstrap
|
||||
(hidden-package
|
||||
(package/inherit python-oslotest
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments python-oslotest)
|
||||
((#:tests? t? #t)
|
||||
#f)
|
||||
((#:phases phases #~%standard-phases)
|
||||
#~(modify-phases #$phases
|
||||
(delete 'sanity-check)))))
|
||||
(native-inputs
|
||||
(list python-setuptools python-wheel)))))
|
||||
|
||||
(define-public python-oslo-utils
|
||||
(package
|
||||
(name "python-oslo-utils")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue