From 213d1745c6adbfd274b1edc575529e026b0ab743 Mon Sep 17 00:00:00 2001
From: Hartmut Goebel <h.goebel@crazy-compilers.com>
Date: Sun, 16 Oct 2016 20:48:19 +0200
Subject: [PATCH] gnu: python-numpydoc: Correct inputs.

* gnu/packages/python.scm (python-numpydoc, python-numpydoc)
  [native-inputs]: Remove python-docutils. Move python-shpinx to
  [propagated-inputs].
---
 gnu/packages/python.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index b7640dbda07..36317cf1ec3 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -3334,9 +3334,9 @@ (define-public python-numpydoc
              (("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")
-- 
GitLab