diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-12-14 20:58:19 +0000 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:19:07 +0100 |
| commit | 3bdcc858e0392ce806b0f45715059fe296ce19e9 (patch) | |
| tree | ac8602e2659fdbab38592c64ec5ed7529d4aac2f /gnu | |
| parent | 7533e089e75b3062b7ad2acd4e140ff6a826043a (diff) | |
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 <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/python-web.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index cf5371dcd59..a96e39dfd4a 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 |
