diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-04-04 21:27:17 +0200 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-12-13 20:18:35 +0000 |
commit | d067df81c92a3f66f12f02dbae29a7977eb3fa6f (patch) | |
tree | 47b739ec76f80895a387ca47a5c97cf847199f92 /gnu | |
parent | 52da3b7ca5d2797a94ed6555adac80feeb49c575 (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
Diffstat (limited to 'gnu')
-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 688e0eb73b..005985b195 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -20134,7 +20134,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 |