diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2021-11-13 22:52:51 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-11-22 09:10:22 +0700 |
commit | bc09ad8c1ed6e1add6d353dac9e1fa66b2a9d0cd (patch) | |
tree | 0599af6255e20ab6d393e4ea0fc9b08e5038b510 /python/secretstorage | |
parent | 8174338ab97468611988208ddae307a9f249292d (diff) |
python/secretstorage: Added missing dependency.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/secretstorage')
-rw-r--r-- | python/secretstorage/secretstorage.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/secretstorage/secretstorage.info b/python/secretstorage/secretstorage.info index 60094c373ff2d..2320561d73049 100644 --- a/python/secretstorage/secretstorage.info +++ b/python/secretstorage/secretstorage.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/cd/08/758aeb98db87547484728ea0 MD5SUM="23563c1d167c51e3d9483479cd7caccd" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="cryptography" +REQUIRES="cryptography python-jeepney" MAINTAINER="Dimitris Zlatanidis" EMAIL="d.zlatanidis@gmail.com" |