guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

70/104: gnu: python-numpydoc: Correct inputs.


From: Hartmut Goebel
Subject: 70/104: gnu: python-numpydoc: Correct inputs.
Date: Tue, 15 Nov 2016 21:37:06 +0000 (UTC)

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

commit 213d1745c6adbfd274b1edc575529e026b0ab743
Author: Hartmut Goebel <address@hidden>
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 b7640db..36317cf 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]