~ruther/guix-local

d067df81c92a3f66f12f02dbae29a7977eb3fa6f — Ricardo Wurmus 2 years ago 52da3b7
gnu: python-billiard: Add missing inputs.

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

Change-Id: I1d9cd2adcd950cef622c9d81ed7cec5dea25f7e0
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +2 -1
@@ 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