diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-04-04 21:27:17 +0200 |
---|---|---|
committer | Lars-Dominik Braun <lars@6xq.net> | 2024-06-30 09:20:56 +0200 |
commit | 65eff9e53377b40596a691b5d72943076c14287d (patch) | |
tree | b9e3f3a88d3992bbb381b96b3baa7cde9371ea17 | |
parent | c56c9928636fc70d3d3801c3c25bb0aaf69909e3 (diff) |
gnu: python-billiard: Add missing inputs.
* gnu/packages/python-xyz.scm (python-billiard)[native-inputs]: Add
python-setuptools and python-wheel.
Change-Id: I1d9cd2adcd950cef622c9d81ed7cec5dea25f7e0
-rw-r--r-- | gnu/packages/python-xyz.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 3aee504b10..1f15c378ce 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -19634,7 +19634,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 |