summaryrefslogtreecommitdiff
path: root/gnu/packages/openstack.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/openstack.scm')
-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")