gnu: python-numpydoc: Correct inputs.
authorHartmut Goebel <h.goebel@crazy-compilers.com>
Sun, 16 Oct 2016 18:48:19 +0000 (20:48 +0200)
committerHartmut Goebel <h.goebel@crazy-compilers.com>
Tue, 15 Nov 2016 21:31:42 +0000 (22:31 +0100)
* gnu/packages/python.scm (python-numpydoc, python-numpydoc)
  [native-inputs]: Remove python-docutils. Move python-shpinx to
  [propagated-inputs].

gnu/packages/python.scm

index b7640db..36317cf 100644 (file)
@@ -3334,9 +3334,9 @@ that client code uses to construct the grammar directly in Python code.")
              (("3") "2"))))))
     (build-system python-build-system)
     (native-inputs
-     `(("python-docutils" ,python-docutils)
-       ("python-sphinx" ,python-sphinx)
-       ("python-nose" ,python-nose)))
+     `(("python-sphinx" ,python-sphinx)))
+    (native-inputs
+     `(("python-nose" ,python-nose)))
     (home-page "https://pypi.python.org/pypi/numpydoc")
     (synopsis
      "Numpy's Sphinx extensions")