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
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
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
3 matches
Mail list logo