htgoebel pushed a commit to branch wip-python-build-system
in repository guix.

commit dd07ae73e4b9164e06a7e55bbfd395233fff3c4a
Author: Hartmut Goebel <h.goe...@crazy-compilers.com>
Date:   Sun Oct 16 20:48:19 2016 +0200

    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 fad07f7..2f6b8f5 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -3221,9 +3221,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")

Reply via email to