diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-04-04 21:27:17 +0200 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-10-11 21:18:08 +0100 |
commit | 5480f8f81be42c10931fabff0a92ccd53ead9db5 (patch) | |
tree | bf8e6203f5bf5e14f95401ba17c15b0fc4df6ae7 | |
parent | d6c535f7c5f639dcb5ed358878d7cd57c39822e4 (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 6e2e5724d7..43dfd58404 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -19817,7 +19817,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 |