gnu: python-requests-mock: Fix build failure with Python 3.5.
* gnu/packages/openstack.scm (python-requests-mock, python2-requests-mock)[native-inputs]: Add python-docutils.master
parent
792e607903
commit
964fc66936
|
@ -256,6 +256,7 @@ tested on Python version 3.2, 2.7 and 2.6.")
|
||||||
`(("python-pbr" ,python-pbr)))
|
`(("python-pbr" ,python-pbr)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-discover" ,python-discover)
|
`(("python-discover" ,python-discover)
|
||||||
|
("python-docutils" ,python-docutils)
|
||||||
("python-fixtures" ,python-fixtures)
|
("python-fixtures" ,python-fixtures)
|
||||||
("python-mock" ,python-mock)
|
("python-mock" ,python-mock)
|
||||||
("python-sphinx" ,python-sphinx)
|
("python-sphinx" ,python-sphinx)
|
||||||
|
|
Reference in New Issue