diff options
author | Leo Famulari <leo@famulari.name> | 2016-10-16 11:37:47 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-10-16 11:43:30 -0400 |
commit | 964fc66936894471498b36356631231c706c81e2 (patch) | |
tree | 71b465f8b9de62156e47e5d968b14538d2cf723f /gnu/packages/openstack.scm | |
parent | 792e6079034ec59732eda3c87f84bb8a6f34d46f (diff) | |
download | guix-964fc66936894471498b36356631231c706c81e2.tar.gz |
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.
Diffstat (limited to 'gnu/packages/openstack.scm')
-rw-r--r-- | gnu/packages/openstack.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/openstack.scm b/gnu/packages/openstack.scm index 62f1e84a3b..fc865d36e0 100644 --- a/gnu/packages/openstack.scm +++ b/gnu/packages/openstack.scm @@ -256,6 +256,7 @@ tested on Python version 3.2, 2.7 and 2.6.") `(("python-pbr" ,python-pbr))) (native-inputs `(("python-discover" ,python-discover) + ("python-docutils" ,python-docutils) ("python-fixtures" ,python-fixtures) ("python-mock" ,python-mock) ("python-sphinx" ,python-sphinx) |