mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add python-os-service-types-bootstrap.
* gnu/packages/openstack.scm (python-os-service-types-bootstrap): New variable. Change-Id: Ib761aee3f62405b05d8f758068ef178b8b2536f4 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
f17b8562e9
commit
160a1bebbf
1 changed files with 13 additions and 0 deletions
|
@ -270,6 +270,19 @@ data, along with a built-in version of the data to use in case network access
|
|||
is for some reason not possible and local caching of the fetched data.")
|
||||
(license asl2.0)))
|
||||
|
||||
(define-public python-os-service-types-bootstrap
|
||||
(hidden-package
|
||||
(package/inherit python-os-service-types
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments python-os-service-types)
|
||||
((#:tests? t? #t)
|
||||
#f)
|
||||
((#:phases phases #~%standard-phases)
|
||||
#~(modify-phases #$phases
|
||||
(delete 'sanity-check)))))
|
||||
(native-inputs
|
||||
(list python-pbr-next python-setuptools python-wheel)))))
|
||||
|
||||
(define-public python-os-testr
|
||||
(package
|
||||
(name "python-os-testr")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue