guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit a19ffcd55576f884b9ea629157d868bd0145732b
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Dec 14 20:58:19 2025 +0000
gnu: python-jwcrypto: Adjust inputs.
* gnu/packages/python-web.scm (python-jwcrypto)[propagated-inputs]:
Remove python-deprecated; add python-typing-extensions.
Change-Id: I0eda45ecdb99e98d7841482fb77c390014a53e2b
---
gnu/packages/python-web.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index cf5371dcd5..a96e39dfd4 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -3537,7 +3537,7 @@ JWE, JWK, JWA, and JWT.")
python-setuptools))
(propagated-inputs
(list python-cryptography
- python-deprecated))
+ python-typing-extensions))
(home-page "https://github.com/latchset/jwcrypto")
(synopsis "Implementation of JOSE Web standards")
(description