guix_mirror_bot pushed a commit to branch ungraft
in repository guix.

commit fe3c2ffcbc9e80560f90e5d5f48955b5a11ede0a
Author: Hugo Buddelmeijer <[email protected]>
AuthorDate: Tue Dec 16 17:38:56 2025 +0100

    gnu: python-fb-re2: Switch to pyproject-build-system.
    
    * gnu/packages/python-xyz.scm (python-fb-re2): Switch to 
pyproject-build-system.
    [build-system]: Switch to pyproject-build-system.
    [native-inputs]: Add python-pytest and python-setuptools.
    
    Change-Id: I390e137e77090cb157df4ad9b661ef63b2942ade
    Signed-off-by: Andreas Enge <[email protected]>
---
 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 8b87cb811c..6d317d7033 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -5649,7 +5649,9 @@ API for locking files.")
        (sha256
         (base32
          "0snprxdnh3m45r3b0az4v0l28h90ycmfbybzla6xg1qviwv9w1ak"))))
-    (build-system python-build-system)
+    (build-system pyproject-build-system)
+    (native-inputs
+     (list python-pytest python-setuptools))
     (inputs
      (list re2))
     (home-page "https://github.com/facebook/pyre2";)

Reply via email to