summaryrefslogtreecommitdiffstats
path: root/python/argon2-cffi
diff options
context:
space:
mode:
author Robby Workman2021-04-19 06:58:30 +0200
committer Robby Workman2021-04-19 06:58:30 +0200
commit08401bbc9f662c29de100e11943df4f2a65be45c (patch)
tree5edf29449296f5c5230806a7e35d49e5a7a777be /python/argon2-cffi
parent400d77571c819fb0ebc5ae88335c2254b67751b2 (diff)
downloadslackbuilds-08401bbc9f662c29de100e11943df4f2a65be45c.tar.gz
python/argon2-cffi: Fixed dep info
Diffstat (limited to 'python/argon2-cffi')
-rw-r--r--python/argon2-cffi/README2
-rw-r--r--python/argon2-cffi/argon2-cffi.info2
2 files changed, 1 insertions, 3 deletions
diff --git a/python/argon2-cffi/README b/python/argon2-cffi/README
index 436ed532f2..49e46834c8 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 5862e38054..5200ccff11 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"