guix-commits
[Top][All Lists]
Advanced

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

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


From: Hartmut Goebel
Subject: 70/103: gnu: python-numpydoc: Correct inputs.
Date: Tue, 25 Oct 2016 18:00:40 +0000 (UTC)

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

commit dd32ca68cfcb5cfa228205656851d86d71f44729
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 7abd7ca..43c04c5 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -3209,9 +3209,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]