diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2025-01-14 15:24:18 +0800 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2025-01-20 21:37:51 +0100 |
commit | d7d1790ab085dc961aa85df1883c9c156d0e4368 (patch) | |
tree | a18fb826d59421a023f52ad5c0fd32591c605431 | |
parent | 85cd4d2311e103e1b9d333f2f862a1860854f9d9 (diff) |
gnu: python-celery: Fix build.
* gnu/packages/python-xyz.scm (python-celery)[native-inputs]: Add
python-setuptools and python-wheel.
Change-Id: I36cb85b9e8291dab6b35e03cfb242c8f05bf6599
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index fafc42b812..fa16f44c0c 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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 |