From d7d1790ab085dc961aa85df1883c9c156d0e4368 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= Date: Tue, 14 Jan 2025 15:24:18 +0800 Subject: [PATCH] gnu: python-celery: Fix build. * gnu/packages/python-xyz.scm (python-celery)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: I36cb85b9e8291dab6b35e03cfb242c8f05bf6599 --- gnu/packages/python-xyz.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index fafc42b812eb45a2210acf4f71b3e45125e662ff..fa16f44c0ce94b1065ca421e568f1b3cb6c0f87c 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