summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorRobbie Harwood <rharwood@redhat.com>2020-03-10 12:49:36 -0400
committerSean Whitton <spwhitton@spwhitton.name>2020-03-19 13:23:03 -0700
commit51e0c8a488b7a8d195d32d0bc58e5ef24b38e626 (patch)
tree8a145831cce3f91715812fa6c55053074812e596 /debian/control
parent1011755b266f69f1fc90d2447737133cbba754de (diff)
downloadmailscripts-51e0c8a488b7a8d195d32d0bc58e5ef24b38e626.tar.gz
imap-dl: Kerberos support using python3-gssapi
This is based off offlineimap's code rather than getmail's. getmail relied on pykerberos, which is considered deprecated in Fedora/RHEL/CentOS; offlineimap relied on python-gssapi, which is considered its replacement there. python3-gssapi doesn't yet have type annotations, but this is planned to change in the future. Signed-off-by: Robbie Harwood <rharwood@redhat.com> Acked-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index 3ce1ac4..ffe889d 100644
--- a/debian/control
+++ b/debian/control
@@ -51,6 +51,7 @@ Recommends:
git,
notmuch,
python3-argcomplete,
+ python3-gssapi,
python3-pgpy,
Suggests:
gnutls-bin,