~ruther/guix-local

5383621f760f0a0d4ff201df5fc429f625a4ac06 — Nicolas Graves 9 months ago 00fe56e
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>
1 files changed, 13 insertions(+), 0 deletions(-)

M gnu/packages/openstack.scm
M gnu/packages/openstack.scm => gnu/packages/openstack.scm +13 -0
@@ 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")