mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
aee6412ad8
commit
39d3f2edce
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue