mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 13:09:23 -05:00
gnu: python-parallel: Add missing input.
* gnu/packages/python-xyz.scm (python-parallel)[propagated-inputs]: Add PYTHON-SIX.
This commit is contained in:
parent
868325560e
commit
1d7f0a96f4
1 changed files with 2 additions and 0 deletions
|
@ -27595,6 +27595,8 @@ (define-public python-parallel
|
||||||
"1mzk4yabxj6r149fswhis18hd8dnag5sj8i4wb06450zq3pi8dh7"))))
|
"1mzk4yabxj6r149fswhis18hd8dnag5sj8i4wb06450zq3pi8dh7"))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list unzip))
|
(list unzip))
|
||||||
|
(propagated-inputs
|
||||||
|
(list python-six))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments '(#:tests? #f)) ; No test suite.
|
(arguments '(#:tests? #f)) ; No test suite.
|
||||||
(home-page "https://www.parallelpython.com")
|
(home-page "https://www.parallelpython.com")
|
||||||
|
|
Loading…
Reference in a new issue