rekado pushed a commit to branch master
in repository guix.

commit d7d1790ab085dc961aa85df1883c9c156d0e4368
Author: Sou Bunnbu (宋文武) <[email protected]>
AuthorDate: Tue Jan 14 15:24:18 2025 +0800

    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 fafc42b812..fa16f44c0c 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

Reply via email to