From 86bffc7817a3328f5a722491611a80c1f5476b59 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Fri, 3 Jan 2025 15:09:19 +0100 Subject: gnu: python-kombu: Add missing inputs. * gnu/packages/python-xyz.scm (python-kombu)[native-inputs]: Add python-setuptools and python-wheel. Change-Id: I3e8e741e0913d2ff96a53bb048075223196399cc --- 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 d69535f67d..e37c38b501 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -20757,7 +20757,9 @@ (define-public python-kombu python-pyro4 python-pytest python-pytest-sugar - python-tzdata)) + python-setuptools + python-tzdata + python-wheel)) (propagated-inputs (list python-amqp python-typing-extensions python-vine)) (home-page "https://kombu.readthedocs.io") -- cgit v1.2.3