diff options
author | Tim Biermann <tbier@posteo.de> | 2021-12-11 15:54:53 +0100 |
---|---|---|
committer | Tim Biermann <tbier@posteo.de> | 2021-12-11 15:55:06 +0100 |
commit | a03ba608cd74c2a11457c96686912ee80826e210 (patch) | |
tree | ac46d1595f615ea6f755c9edd41e4696563e8fc0 /python3-cryptography | |
parent | d0049574b851c815426857c8943c4b21de775d05 (diff) | |
download | contrib-a03ba608cd74c2a11457c96686912ee80826e210.tar.gz contrib-a03ba608cd74c2a11457c96686912ee80826e210.tar.xz |
[notify] python3-cryptography: added missing dependency: python3-typing_extension
Diffstat (limited to 'python3-cryptography')
-rw-r--r-- | python3-cryptography/.signature | 4 | ||||
-rw-r--r-- | python3-cryptography/Pkgfile | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/python3-cryptography/.signature b/python3-cryptography/.signature index 145db2a3b..5d75e56e7 100644 --- a/python3-cryptography/.signature +++ b/python3-cryptography/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF34iVzynDTN/SyPRUvbAttSdZOG/d5hAB02WEetQpqH3ZIgZ9wGK/SjBvD+J4huokvkFqu0JcKbj2nTq0De3ltwA= -SHA256 (Pkgfile) = cee2bd3d11c220c06449653ca55d4a2a067a77d48b21032d418705a7c5af0766 +RWSagIOpLGJF30mS3u/Q1FqZZ9fFbzVjw+EDGQokvVgQSWeMmqyxCf29jJd/wVUf3b++A3rLDSiqM/Mv2674SLXpmk3Sj9cH+QM= +SHA256 (Pkgfile) = 4ef297b35a0166ef5eecb5c433d4fb133ff72e7a749711762a337c58db9cb0cb SHA256 (.footprint) = a0c6f62037222050540376ff731c1505ab44e19bfd9e8562b835a1fa1faf045f SHA256 (cryptography-3.4.8.tar.gz) = 94cc5ed4ceaefcbe5bf38c8fba6a21fc1d365bb8fb826ea1688e3370b2e24a1c diff --git a/python3-cryptography/Pkgfile b/python3-cryptography/Pkgfile index 6af09f294..65659a92e 100644 --- a/python3-cryptography/Pkgfile +++ b/python3-cryptography/Pkgfile @@ -1,7 +1,7 @@ # Description: A package designed to expose cryptographic recipes and primitives to Python developers. # URL: https://pypi.org/project/cryptography/ # Maintainer: Danny Rawlins, crux at romster dot me -# Depends on: python3-cffi python3-setuptools-rust +# Depends on: python3-cffi python3-setuptools-rust python3-typing_extensions name=python3-cryptography version=3.4.8 |