guix_mirror_bot pushed a commit to branch master
in repository guix.

commit a7c606c5ab985ded750d7ac1ac0a55dc46170657
Author: Nicolas Graves <ngra...@ngraves.fr>
AuthorDate: Tue Jul 22 00:29:27 2025 +0200

    gnu: python-openid-teams: Switch to pyproject.
    
    * gnu/packages/python-web.scm (python-openid-teams)
    [build-system]: Switch to pyproject-build-system.
    [native-inputs]: Add python-setuptools, python-wheel.
    
    Change-Id: Id7d1d855c1c6200037fa20be68f4d38563adc31d
    Signed-off-by: Sharlatan Hellseher <sharlata...@gmail.com>
---
 gnu/packages/python-web.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 1635847a80..b7ab76293f 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -3941,6 +3941,7 @@ contributor license agreement extension for 
python-openid.")
     (license license:bsd-3)))
 
 (define-public python-openid-teams
+  ;; XXX: Last updated in 2018.
   (package
     (name "python-openid-teams")
     (version "1.1")
@@ -3951,8 +3952,9 @@ contributor license agreement extension for 
python-openid.")
        (sha256
         (base32
          "05zrh78alav24rxkbqlpbad6d3x2nljk6z6j7kflxf3vdqa7w969"))))
-    (build-system python-build-system)
+    (build-system pyproject-build-system)
     (arguments '(#:tests? #f)) ; No tests.
+    (native-inputs (list python-setuptools python-wheel))
     (propagated-inputs (list python-openid python-six))
     (home-page "https://github.com/puiterwijk/python-openid-teams/";)
     (synopsis "Implementation of the OpenID teams extension for python-openid")

Reply via email to