gnu: python-parallel: Add missing input.

* gnu/packages/python-xyz.scm (python-parallel)[propagated-inputs]: Add
PYTHON-SIX.
This commit is contained in:
Marius Bakke 2022-11-22 07:55:37 +01:00
parent 868325560e
commit 1d7f0a96f4
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -27595,6 +27595,8 @@ (define-public python-parallel
"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")