gnu: python-numpydoc: Correct inputs.
This does what 213d1745c6
was
supposed to do.
* gnu/packages/python.scm (python-numpydoc, python-numpydoc)
Change first of the duplicate [native-inputs] definitions to
[propagated-inputs].
master
parent
e89aceab63
commit
fe4a8da445
|
@ -3390,7 +3390,7 @@ that client code uses to construct the grammar directly in Python code.")
|
||||||
(substitute* "numpydoc/tests/test_plot_directive.py"
|
(substitute* "numpydoc/tests/test_plot_directive.py"
|
||||||
(("3") "2"))))))
|
(("3") "2"))))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(propagated-inputs
|
||||||
`(("python-sphinx" ,python-sphinx)))
|
`(("python-sphinx" ,python-sphinx)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-nose" ,python-nose)))
|
`(("python-nose" ,python-nose)))
|
||||||
|
|
Reference in New Issue