diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2021-04-18 23:58:30 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2021-04-18 23:58:30 -0500 |
commit | 08401bbc9f662c29de100e11943df4f2a65be45c (patch) | |
tree | 5edf29449296f5c5230806a7e35d49e5a7a777be /python/argon2-cffi | |
parent | 400d77571c819fb0ebc5ae88335c2254b67751b2 (diff) |
python/argon2-cffi: Fixed dep info
Diffstat (limited to 'python/argon2-cffi')
-rw-r--r-- | python/argon2-cffi/README | 2 | ||||
-rw-r--r-- | python/argon2-cffi/argon2-cffi.info | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/python/argon2-cffi/README b/python/argon2-cffi/README index 436ed532f293..49e46834c833 100644 --- a/python/argon2-cffi/README +++ b/python/argon2-cffi/README @@ -1,3 +1 @@ Python implementation of the Argon2 secure password hashing algorithm. - -cffi must be built with Python 3 support. diff --git a/python/argon2-cffi/argon2-cffi.info b/python/argon2-cffi/argon2-cffi.info index 5862e380544b..5200ccff11e9 100644 --- a/python/argon2-cffi/argon2-cffi.info +++ b/python/argon2-cffi/argon2-cffi.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/hynek/argon2-cffi/archive/20.1.0/argon2-cffi-20.1.0 MD5SUM="71b3bb567cad3de787275c5e2fca18f2" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="argon2 cffi python3" +REQUIRES="cffi" MAINTAINER="Benjamin Trigona-Harany" EMAIL="slackbuilds@jaxartes.net" |