summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r--gnu/packages/python-web.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 1635847a805..b7ab76293f6 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -3941,6 +3941,7 @@ contributor license agreement extension for python-openid.")
3941 (license license:bsd-3))) 3941 (license license:bsd-3)))
3942 3942
3943(define-public python-openid-teams 3943(define-public python-openid-teams
3944 ;; XXX: Last updated in 2018.
3944 (package 3945 (package
3945 (name "python-openid-teams") 3946 (name "python-openid-teams")
3946 (version "1.1") 3947 (version "1.1")
@@ -3951,8 +3952,9 @@ contributor license agreement extension for python-openid.")
3951 (sha256 3952 (sha256
3952 (base32 3953 (base32
3953 "05zrh78alav24rxkbqlpbad6d3x2nljk6z6j7kflxf3vdqa7w969")))) 3954 "05zrh78alav24rxkbqlpbad6d3x2nljk6z6j7kflxf3vdqa7w969"))))
3954 (build-system python-build-system) 3955 (build-system pyproject-build-system)
3955 (arguments '(#:tests? #f)) ; No tests. 3956 (arguments '(#:tests? #f)) ; No tests.
3957 (native-inputs (list python-setuptools python-wheel))
3956 (propagated-inputs (list python-openid python-six)) 3958 (propagated-inputs (list python-openid python-six))
3957 (home-page "https://github.com/puiterwijk/python-openid-teams/") 3959 (home-page "https://github.com/puiterwijk/python-openid-teams/")
3958 (synopsis "Implementation of the OpenID teams extension for python-openid") 3960 (synopsis "Implementation of the OpenID teams extension for python-openid")