mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
52da3b7ca5
commit
d067df81c9
1 changed files with 2 additions and 1 deletions
|
@ -20134,7 +20134,8 @@ RabbitMQ messaging server is the most popular implementation.")
|
||||||
'("billiard/popen_spawn_win32.py"
|
'("billiard/popen_spawn_win32.py"
|
||||||
"billiard/_win.py")))))))
|
"billiard/_win.py")))))))
|
||||||
(native-inputs
|
(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")
|
(home-page "https://github.com/celery/billiard")
|
||||||
(synopsis "Python multiprocessing fork with improvements and bugfixes")
|
(synopsis "Python multiprocessing fork with improvements and bugfixes")
|
||||||
(description
|
(description
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue