diff options
author | Danny Milosavljevic <dannym@scratchpost.org> | 2017-02-18 16:43:37 +0100 |
---|---|---|
committer | Danny Milosavljevic <dannym@scratchpost.org> | 2017-02-18 16:43:37 +0100 |
commit | a1e3ed6e8b57c1920d01e357fb2a8e545d4acc33 (patch) | |
tree | a9812a2f73f21953b2841e94b90e50836cd0d8d8 /gnu/packages/python.scm | |
parent | 6925cd788b5a36481dd261c78fb954a9825e3041 (diff) | |
download | guix-a1e3ed6e8b57c1920d01e357fb2a8e545d4acc33.tar guix-a1e3ed6e8b57c1920d01e357fb2a8e545d4acc33.tar.gz |
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.
Diffstat (limited to 'gnu/packages/python.scm')
-rw-r--r-- | gnu/packages/python.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 5bcdc6d0c7..93e18b2fb9 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -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)) |