diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2023-04-22 10:40:01 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-04-22 11:38:24 +0700 |
commit | e7f3d5b08008b1a574ea9fc7ff694261d046273d (patch) | |
tree | 521df09b318ef013362882f95c7dde84137995a9 /python | |
parent | 2de76c72f0e388b37fc341613f9382b3d97f7cde (diff) |
python/argon2-cffi: Add python3-installer dependency.
This is needed because python/python3-flit_core no
longer declares python3-installer as a dep.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/argon2-cffi/argon2-cffi.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/argon2-cffi/argon2-cffi.info b/python/argon2-cffi/argon2-cffi.info index eabf19d3688f..37baeea7b7fd 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/21.3.0/argon2-cffi-21.3.0 MD5SUM="f3a9d1691961b789ca2f7b8a49a4b270" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="argon2-cffi-bindings python3-build python3-flit_core" +REQUIRES="argon2-cffi-bindings python3-build python3-flit_core python3-installer" MAINTAINER="Isaac Yu" EMAIL="isaacyu1@isaacyu1.com" |