GNU bug report logs -
#25733
kallithea dependencies
Previous Next
Reported by: ng0 <contact.ng0 <at> cryptolab.net>
Date: Tue, 14 Feb 2017 20:12:02 UTC
Severity: normal
Tags: moreinfo, patch
Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
From: ng0 <ngillmann <at> runbox.com>
* gnu/packages/python.scm (python-docutils-0.11): New variable.
---
gnu/packages/python.scm | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 3b3c221bd..acf0c6234 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -3091,6 +3091,22 @@ reStructuredText.")
(define-public python2-docutils
(package-with-python2 python-docutils))
+;; kallithea-0.3.2 needs this
+(define-public python-docutils-0.11
+ (package
+ (inherit python-docutils)
+ (version "0.11")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "docutils" version))
+ (sha256
+ (base32
+ "1jbybs5a396nrjy9m13pgvsxdwaj7jw7nsawkhl4fi1nvxm1dx4s"))))))
+
+(define-public python2-docutils-0.11
+ (package-with-python2 python-docutils-0.11))
+
(define-public python-pygments
(package
(name "python-pygments")
--
2.11.1
This bug report was last modified 5 years and 34 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.