gnu: python-pbr: Support python-sphinx>=1.2.1.

* gnu/packages/patches/python-pbr-fix-man-page-support.patch: New file.
* gnu/packages/python.scm (python-pbr-minimal): Use the new patch file.
This commit is contained in:
Danny Milosavljevic 2017-02-18 16:43:37 +01:00
parent 6925cd788b
commit a1e3ed6e8b
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5
2 changed files with 30 additions and 1 deletions

View file

@ -2130,7 +2130,8 @@ protocol.")
(uri (pypi-uri "pbr" version))
(sha256
(base32
"177kd9kbv1hvf2ban7l3x9ymzbi1md4hkaymwbgnz7ihf312hr0q"))))
"177kd9kbv1hvf2ban7l3x9ymzbi1md4hkaymwbgnz7ihf312hr0q"))
(patches (search-patches "python-pbr-fix-man-page-support.patch"))))
(build-system python-build-system)
(arguments
`(#:tests? #f))