gnu: python-celery: Fix build.

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

Change-Id: I36cb85b9e8291dab6b35e03cfb242c8f05bf6599
This commit is contained in:
宋文武 2025-01-14 15:24:18 +08:00 committed by Ricardo Wurmus
parent 85cd4d2311
commit d7d1790ab0
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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