From 3bdcc858e0392ce806b0f45715059fe296ce19e9 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Sun, 14 Dec 2025 20:58:19 +0000 Subject: [PATCH] gnu: python-jwcrypto: Adjust inputs. * gnu/packages/python-web.scm (python-jwcrypto)[propagated-inputs]: Remove python-deprecated; add python-typing-extensions. Change-Id: I0eda45ecdb99e98d7841482fb77c390014a53e2b Signed-off-by: Rutherther --- 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 cf5371dcd595f270171f0bb25504d3cd532ce000..a96e39dfd4abadfd25579da80431a3d44fced4fd 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