[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
14/43: gnu: python-numpydoc: Correct inputs.
From: |
Hartmut Goebel |
Subject: |
14/43: gnu: python-numpydoc: Correct inputs. |
Date: |
Tue, 18 Oct 2016 11:20:07 +0000 (UTC) |
htgoebel pushed a commit to branch wip-python-build-system
in repository guix.
commit 6216c13858b38f8fc32c493268f5d2a2851176dc
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 a99f1a4..419fe3a 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")
- 06/43: gnu: python-joblib: Add comment., (continued)
- 06/43: gnu: python-joblib: Add comment., Hartmut Goebel, 2016/10/18
- 12/43: gnu: python2-scikit-image: Remove needless inputs. 2 REWORD, Hartmut Goebel, 2016/10/18
- 22/43: TODO: Remove .pyc, Hartmut Goebel, 2016/10/18
- 43/43: gnu: python-2.7: Add all guix prefixes in PYTHONPATH to site-prefixes., Hartmut Goebel, 2016/10/18
- 09/43: FIXUP oauthlib, Hartmut Goebel, 2016/10/18
- 30/43: python-urllib3: update comment, Hartmut Goebel, 2016/10/18
- 36/43: python-responses: Correct inputs, Hartmut Goebel, 2016/10/18
- 37/43: python-pika: Correct input, Hartmut Goebel, 2016/10/18
- 16/43: python-rst.linker, python2-rst.linker MOVE REWORD, Hartmut Goebel, 2016/10/18
- 25/43: python-configobj: Correct inputs., Hartmut Goebel, 2016/10/18
- 14/43: gnu: python-numpydoc: Correct inputs.,
Hartmut Goebel <=