diff options
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-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") |