me
/
guix
Archived
1
0
Fork 0

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
Leo Famulari 2016-10-16 11:37:47 -04:00
parent 792e607903
commit 964fc66936
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 1 additions and 0 deletions

View File

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