gnu: python-parallel: Add missing input.
* gnu/packages/python-xyz.scm (python-parallel)[propagated-inputs]: Add PYTHON-SIX.
parent
868325560e
commit
1d7f0a96f4
|
@ -27595,6 +27595,8 @@ module patches @code{asyncio} to allow nested use of @code{asyncio.run} and
|
|||
"1mzk4yabxj6r149fswhis18hd8dnag5sj8i4wb06450zq3pi8dh7"))))
|
||||
(native-inputs
|
||||
(list unzip))
|
||||
(propagated-inputs
|
||||
(list python-six))
|
||||
(build-system python-build-system)
|
||||
(arguments '(#:tests? #f)) ; No test suite.
|
||||
(home-page "https://www.parallelpython.com")
|
||||
|
|
Reference in New Issue