guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: python-scipy: Add numpydoc to native-inputs.


From: Ricardo Wurmus
Subject: 01/02: gnu: python-scipy: Add numpydoc to native-inputs.
Date: Thu, 15 Oct 2015 10:05:17 +0000

rekado pushed a commit to branch master
in repository guix.

commit 5248d49e412274c3fb92a8e5d5ea8e098b1704b6
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Oct 15 10:52:37 2015 +0200

    gnu: python-scipy: Add numpydoc to native-inputs.
    
    * gnu/packages/python.scm (python-numpydoc)[native-inputs]: Add
      python-numpydoc.
---
 gnu/packages/python.scm |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 399c23f..58ae9c7 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -3272,6 +3272,7 @@ functions.")
     (native-inputs
      `(("python-nose" ,python-nose)
        ("python-sphinx" ,python-sphinx)
+       ("python-numpydoc" ,python-numpydoc)
        ("gfortran" ,gfortran)
        ("texlive" ,texlive)
        ("perl" ,perl)))



reply via email to

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