gnu: python-kombu: Add missing inputs.

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

Change-Id: I3e8e741e0913d2ff96a53bb048075223196399cc
This commit is contained in:
Ricardo Wurmus 2025-01-03 15:09:19 +01:00
parent 7bab6152f7
commit 86bffc7817
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -20757,7 +20757,9 @@ applications.")
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")