rekado pushed a commit to branch python-team
in repository guix.
commit d260ab9faa5778a4b14af70b338b3c1a0ece8076
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Thu Apr 4 21:27:17 2024 +0200
gnu: python-billiard: Add missing inputs.
* gnu/packages/python-xyz.scm (python-billiard)[native-inputs]: Add
python-setuptools and python-wheel.
Change-Id: I1d9cd2adcd950cef622c9d81ed7cec5dea25f7e0
---
gnu/packages/python-xyz.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index ef710a2ed8..9e4ac50dc2 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -19520,7 +19520,8 @@ RabbitMQ messaging server is the most popular
implementation.")
'("billiard/popen_spawn_win32.py"
"billiard/_win.py")))))))
(native-inputs
- (list python-case python-psutil python-pytest))
+ (list python-case python-psutil python-pytest python-setuptools
+ python-wheel))
(home-page "https://github.com/celery/billiard")
(synopsis "Python multiprocessing fork with improvements and bugfixes")
(description