~ruther/guix-local

d7d1790ab085dc961aa85df1883c9c156d0e4368 — 宋文武 1 year, 2 months ago 85cd4d2
gnu: python-celery: Fix build.

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

Change-Id: I36cb85b9e8291dab6b35e03cfb242c8f05bf6599
1 files changed, 3 insertions(+), 1 deletions(-)

M gnu/packages/python-xyz.scm
M gnu/packages/python-xyz.scm => gnu/packages/python-xyz.scm +3 -1
@@ 20968,7 20968,9 @@ Python 2.4 and 2.5, and will draw its fixes/improvements from python-trunk.")
           python-pytest-click
           python-pytest-subtests
           python-pytest-timeout
           python-toml))
           python-toml
           python-setuptools
           python-wheel))
    (propagated-inputs
     (list python-billiard
           python-click