gnu: python-sphinx: Propagate python-requests.
* gnu/packages/python.scm (python-sphinx)[native-inputs]: Move PYTHON-REQUESTS to ... [propagated-inputs]: ... here.master
parent
27693b1e34
commit
a10b9810c6
|
@ -2994,13 +2994,13 @@ reStructuredText.")
|
|||
("python-docutils" ,python-docutils)
|
||||
("python-jinja2" ,python-jinja2)
|
||||
("python-pygments" ,python-pygments)
|
||||
("python-requests" ,python-requests)
|
||||
("python-six" ,python-six)))
|
||||
(native-inputs
|
||||
`(("graphviz" ,graphviz)
|
||||
("python-html5lib" ,python-html5lib)
|
||||
("python-mock" ,python-mock)
|
||||
("python-nose" ,python-nose)
|
||||
("python-requests" ,python-requests)))
|
||||
("python-nose" ,python-nose)))
|
||||
(home-page "http://sphinx-doc.org/")
|
||||
(synopsis "Python documentation generator")
|
||||
(description "Sphinx is a tool that makes it easy to create documentation
|
||||
|
|
Reference in New Issue