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

commit 5e21e6181ee690b6a109108862cd139971445593
Author: Nicolas Graves <[email protected]>
AuthorDate: Sat Sep 13 16:30:50 2025 +0200

    gnu: python-streamtracer: Extend with (pyproject-guile-json).
    
    * gnu/packages/python-xyz.scm (python-steamtracer)[arguments]
    <#:phases>: Extend with (pyproject-guile-json).
    
    Change-Id: I968fd19a792bc09635a4bb991e4db8eb789523c9
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/python-xyz.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 65198eb132..d4c51dcdfa 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -2298,6 +2298,7 @@ syntactically and semantically correct SQL in the 
targeted dialects.")
                   ((guix build pyproject-build-system) #:prefix py:)
                   (guix build utils))
       #:phases
+      (with-extensions (list (pyproject-guile-json))
       #~(modify-phases %standard-phases
           (add-after 'build 'build-python-module
             (assoc-ref py:%standard-phases 'build))
@@ -2309,7 +2310,7 @@ syntactically and semantically correct SQL in the 
targeted dialects.")
             (lambda* (#:key tests? #:allow-other-keys)
               (when tests?
                 (with-directory-excursion #$output
-                  (invoke "pytest" "-vv"))))))
+                  (invoke "pytest" "-vv")))))))
       #:install-source? #false))
     (native-inputs
      (list maturin

Reply via email to