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

commit 876f6303d7e4669976d837eb6e5a17be7819f595
Author: Sharlatan Hellseher <sharlata...@gmail.com>
AuthorDate: Sat Aug 9 16:49:29 2025 +0100

    gnu: python-secretstorage: Switch to pyproject-build-system.
    
    * gnu/packages/python-crypto.scm (python-secretstorage):
      [build-system]: Use pyproject.
      [native-inputs]: Add python-setuptools.
    
    Change-Id: Ib98276d83abdb72b4ffcc79b7fcf08c357ce1bc4
---
 gnu/packages/python-crypto.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index bf7c93e3d4..8978f7a8d0 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -1451,9 +1451,11 @@ and Backlog for a list of what is and is not currently 
supported.")
         (uri (pypi-uri "SecretStorage" version))
         (sha256
          (base32 "0xxxxr77sgmjm1rqzdd1rkan9xg0qmv8awc1pb9adv39ycz560r4"))))
-    (build-system python-build-system)
+    (build-system pyproject-build-system)
     (arguments
      '(#:tests? #f)) ; Tests require a running dbus service.
+    (native-inputs
+     (list python-setuptools))
     (propagated-inputs
      (list python-cryptography python-jeepney))
     (home-page "https://github.com/mitya57/secretstorage";)

Reply via email to