guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: python-numpydoc: Correct inputs.


From: Hartmut Goebel
Subject: 02/05: gnu: python-numpydoc: Correct inputs.
Date: Fri, 2 Dec 2016 17:08:10 +0000 (UTC)

htgoebel pushed a commit to branch master
in repository guix.

commit fe4a8da4453c7a60fe96d0d4c9c4f8f4cc2c4ca6
Author: Hartmut Goebel <address@hidden>
Date:   Fri Dec 2 14:03:12 2016 +0100

    gnu: python-numpydoc: Correct inputs.
    
    This does what 213d1745c6adbfd274b1edc575529e026b0ab743 was
    supposed to do.
    
    * gnu/packages/python.scm (python-numpydoc, python-numpydoc)
    Change first of the duplicate [native-inputs] definitions to
    [propagated-inputs].
---
 gnu/packages/python.scm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index ea94f44..24df71f 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -3390,7 +3390,7 @@ that client code uses to construct the grammar directly 
in Python code.")
            (substitute* "numpydoc/tests/test_plot_directive.py"
              (("3") "2"))))))
     (build-system python-build-system)
-    (native-inputs
+    (propagated-inputs
      `(("python-sphinx" ,python-sphinx)))
     (native-inputs
      `(("python-nose" ,python-nose)))



reply via email to

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