rekado pushed a commit to branch python-team
in repository guix.

commit 3ff5ed48e5be4d890716b16bd0ccf8463925e4df
Author: 宋文武 <iyzs...@member.fsf.org>
AuthorDate: Tue Jan 14 10:31:03 2025 +0800

    gnu: python-xmp-toolkit: Fix build.
    
    * gnu/packages/python-xyz.scm (python-xmp-toolkit)[native-inputs]: Add
    python-setuptools and python-wheel.
    
    Change-Id: I7f9b8d5b98f4eca6b87e54134d278f57ab0eb73f
---
 gnu/packages/python-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index bb4513c3df..632037c5b7 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -39625,7 +39625,7 @@ write text fast, and for various text generation, 
statistics, and modeling tasks
                         (string-append exempi "/lib"))))))))
     (inputs (list exempi))
     (propagated-inputs (list python-pytz))
-    (native-inputs (list python-pytest))
+    (native-inputs (list python-pytest python-setuptools python-wheel))
     (home-page "https://github.com/python-xmp-toolkit/python-xmp-toolkit";)
     (synopsis "Python XMP Toolkit for working with metadata")
     (description "Python XMP Toolkit is a library for working with XMP

Reply via email to