summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2025-07-24 02:59:32 +0200
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-07-27 00:25:51 +0100
commit160a1bebbf9ffb0e60c01aec9eeaa2ab79a8cca2 (patch)
tree233fd7c199d59afc3db58257ff7c92e1916b00f4
parentf17b8562e92604b5acae196605dbd8a2945d2c53 (diff)
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>
-rw-r--r--gnu/packages/openstack.scm13
1 files changed, 13 insertions, 0 deletions
diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm
index 3056e54ae89..f2d90a4f6c2 100644
--- a/gnu/packages/openstack.scm
+++ b/gnu/packages/openstack.scm
@@ -270,6 +270,19 @@ data, along with a built-in version of the data to use in case network access
270is for some reason not possible and local caching of the fetched data.") 270is for some reason not possible and local caching of the fetched data.")
271 (license asl2.0))) 271 (license asl2.0)))
272 272
273(define-public python-os-service-types-bootstrap
274 (hidden-package
275 (package/inherit python-os-service-types
276 (arguments
277 (substitute-keyword-arguments (package-arguments python-os-service-types)
278 ((#:tests? t? #t)
279 #f)
280 ((#:phases phases #~%standard-phases)
281 #~(modify-phases #$phases
282 (delete 'sanity-check)))))
283 (native-inputs
284 (list python-pbr-next python-setuptools python-wheel)))))
285
273(define-public python-os-testr 286(define-public python-os-testr
274 (package 287 (package
275 (name "python-os-testr") 288 (name "python-os-testr")