gnu: python-oslotest: move mox3 to the propagated-inputs

* gnu/packages/openstack.scm (python-oslotest): move mox3 to the propagated
  inputs.
This commit is contained in:
Cyril Roelandt 2015-10-28 02:30:51 +01:00
parent aee6412ad8
commit 39d3f2edce
1 changed files with 1 additions and 1 deletions

View File

@ -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)