diff options
author | Cyril Roelandt <tipecaml@gmail.com> | 2015-10-28 02:30:51 +0100 |
---|---|---|
committer | Cyril Roelandt <tipecaml@gmail.com> | 2015-11-03 21:38:13 +0100 |
commit | 39d3f2edce74247f09e7461f79e98a24ce18f89e (patch) | |
tree | 9e708bcd83757a85fbde293c8efd11c9bd3356fb /gnu/packages/openstack.scm | |
parent | aee6412ad8525f25b7dabe02ef5af23485f1e196 (diff) | |
download | guix-39d3f2edce74247f09e7461f79e98a24ce18f89e.tar guix-39d3f2edce74247f09e7461f79e98a24ce18f89e.tar.gz |
gnu: python-oslotest: move mox3 to the propagated-inputs
* gnu/packages/openstack.scm (python-oslotest): move mox3 to the propagated
inputs.
Diffstat (limited to 'gnu/packages/openstack.scm')
-rw-r--r-- | gnu/packages/openstack.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm index 7581e6a5e7..308590e4fe 100644 --- a/gnu/packages/openstack.scm +++ b/gnu/packages/openstack.scm @@ -588,10 +588,10 @@ from the OpenStack project.") (propagated-inputs `(("python-fixtures" ,python-fixtures) ("python-mock" ,python-mock) + ("python-mox3" ,python-mox3) ("python-six" ,python-six))) (inputs `(("python-pbr" ,python-pbr) - ("python-mox3" ,python-mox3) ("python-os-client-config" ,python-os-client-config) ("python-setuptools" ,python-setuptools) ("python-subunit" ,python-subunit) |