gnu: python-billiard: Add missing inputs.

* gnu/packages/python-xyz.scm (python-billiard)[native-inputs]: Add
python-setuptools and python-wheel.

Change-Id: I1d9cd2adcd950cef622c9d81ed7cec5dea25f7e0
This commit is contained in:
Ricardo Wurmus 2024-04-04 21:27:17 +02:00 committed by Sharlatan Hellseher
parent 52da3b7ca5
commit d067df81c9
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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