~ruther/guix-local

130f68ec3bc2efb6895986435c2ff8043bbaa417 — Marius Bakke 9 years ago bb56d9a
gnu: python-stevedore: Fix tests.

* gnu/packages/openstack.scm (python-stevedore,
  python2-stevedore)[native-inputs]: Add python-discover, python-oslosphinx,
  python-sphinx and python-testrepository.
1 files changed, 4 insertions(+), 1 deletions(-)

M gnu/packages/openstack.scm
M gnu/packages/openstack.scm => gnu/packages/openstack.scm +4 -1
@@ 292,10 292,13 @@ portions of your testing code.")
    (native-inputs
      `(("python-pbr" ,python-pbr)
        ;; Tests
        ("python-discover" ,python-discover)
        ("python-docutils" ,python-docutils)
        ("python-mock" ,python-mock)
        ("python-oslosphinx" ,python-oslosphinx)
        ("python-oslotest" ,python-oslotest)
        ("python-sphinx" ,python-sphinx)))
        ("python-sphinx" ,python-sphinx)
        ("python-testrepository" ,python-testrepository)))
    (home-page "https://github.com/dreamhost/stevedore")
    (synopsis "Manage dynamic plugins for Python applications")
    (description