diff options
author | Ricardo Wurmus <[email protected]> | 2025-01-03 15:09:19 +0100 |
---|---|---|
committer | Ricardo Wurmus <[email protected]> | 2025-01-20 21:37:33 +0100 |
commit | 86bffc7817a3328f5a722491611a80c1f5476b59 (patch) | |
tree | 420b46f01fdbe85168cd2791155468215d816990 | |
parent | 7bab6152f7f7df894203fd756e46a250f27390f7 (diff) |
gnu: python-kombu: Add missing inputs.
* gnu/packages/python-xyz.scm (python-kombu)[native-inputs]: Add
python-setuptools and python-wheel.
Change-Id: I3e8e741e0913d2ff96a53bb048075223196399cc
-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 d69535f67d..e37c38b501 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -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") |