mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01: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/_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
|
||||
|
|
Loading…
Add table
Reference in a new issue