diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2023-09-23 11:08:16 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-23 11:33:37 +0700 |
commit | 13a1e9cc9db88a4a511071618f8401ec3b592dfd (patch) | |
tree | 33ee86cc86012d4050173aa94cc39110f1373f89 /python | |
parent | 65e71e889749ce93a2fc8d6a66728e32e8ebdab4 (diff) |
python/python3-otr: Add missing dependencies.
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/python3-otr/python3-otr.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-otr/python3-otr.info b/python/python3-otr/python3-otr.info index d9296dd8ae1f..e3d0e9496696 100644 --- a/python/python3-otr/python3-otr.info +++ b/python/python3-otr/python3-otr.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/AGProjects/python3-otr/archive/2.0.1/python3-otr-2. MD5SUM="09995fd03e8a1537969d31596e525b94" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3-application" +REQUIRES="python3-application zope.interface cryptography python3-gmpy2" MAINTAINER="Lockywolf" EMAIL="for_sbo.python3-otr_2023-09-22@lockywolf.net" |