summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyril Roelandt <tipecaml@gmail.com>2015-10-28 02:30:51 +0100
committerCyril Roelandt <tipecaml@gmail.com>2015-11-03 21:38:13 +0100
commit39d3f2edce74247f09e7461f79e98a24ce18f89e (patch)
tree9e708bcd83757a85fbde293c8efd11c9bd3356fb
parentaee6412ad8525f25b7dabe02ef5af23485f1e196 (diff)
gnu: python-oslotest: move mox3 to the propagated-inputs
* gnu/packages/openstack.scm (python-oslotest): move mox3 to the propagated inputs.
-rw-r--r--gnu/packages/openstack.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm
index 7581e6a5e75..308590e4fe1 100644
--- a/gnu/packages/openstack.scm
+++ b/gnu/packages/openstack.scm
@@ -588,10 +588,10 @@ from the OpenStack project.")
588 (propagated-inputs 588 (propagated-inputs
589 `(("python-fixtures" ,python-fixtures) 589 `(("python-fixtures" ,python-fixtures)
590 ("python-mock" ,python-mock) 590 ("python-mock" ,python-mock)
591 ("python-mox3" ,python-mox3)
591 ("python-six" ,python-six))) 592 ("python-six" ,python-six)))
592 (inputs 593 (inputs
593 `(("python-pbr" ,python-pbr) 594 `(("python-pbr" ,python-pbr)
594 ("python-mox3" ,python-mox3)
595 ("python-os-client-config" ,python-os-client-config) 595 ("python-os-client-config" ,python-os-client-config)
596 ("python-setuptools" ,python-setuptools) 596 ("python-setuptools" ,python-setuptools)
597 ("python-subunit" ,python-subunit) 597 ("python-subunit" ,python-subunit)