Bug#955011: Fwd: Bug#955011: imap-dl: depends explicitly on python3-gssapi

2020-03-27 Thread Sean Whitton
control: tag -1 +pending Hello, On Fri 27 Mar 2020 at 01:52PM -04, Robbie Harwood wrote: > Ugh. My suggestion is to just make the class definition contingent on > the library's presence. Patch for that attached. Thank you, applied. > Also adjust shebang to work properly with venvs. I've dro

Bug#955011: Fwd: Bug#955011: imap-dl: depends explicitly on python3-gssapi

2020-03-27 Thread Robbie Harwood
dkg wites: > the typesafety checks in imap-dl turn out to make imap-dl fail when > python3-gssapi is installed. In particular: > > try: > import gssapi # type: ignore > except ModuleNotFoundError: > gssapi = None > […] > class GSSAPI_handler(): > gss_vc:gssapi.SecurityContext > > > th

Bug#955011: imap-dl: depends explicitly on python3-gssapi

2020-03-26 Thread Daniel Kahn Gillmor
Package: mailscripts Version: 0.19-1 X-Debbugs-Cc: rharw...@club.cc.cmu.edu the typesafety checks in imap-dl turn out to make imap-dl fail when python3-gssapi is installed. In particular: try: import gssapi # type: ignore except ModuleNotFoundError: gssapi = None […] class GSSAPI_handler