diff options
Diffstat (limited to 'gnu/packages/python-web.scm')
| -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 |
