summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2022-11-22 07:55:37 +0100
committerMarius Bakke <marius@gnu.org>2022-11-22 08:37:26 +0100
commit1d7f0a96f47c271f4efd37c23cee827b4cfb9d60 (patch)
treeae0be9d87f8c9ecbec4c7d3135731add2333238f /gnu/packages/python-xyz.scm
parent868325560eeb622839fcaa0e1ef28ea64b8fe0e2 (diff)
gnu: python-parallel: Add missing input.
* gnu/packages/python-xyz.scm (python-parallel)[propagated-inputs]: Add PYTHON-SIX.
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 4f20396a75..7e667ef7e1 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -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")