It used to be possible (in python-gpgme 1.12) to get signature information for keys not in de public keyring when decrypting by passing in verify=[] to the Context.decrypt call ?.
This no longer works in 1.15.1, but we do require the functionality.
Here is a patch to reintroduce that functionality, with a cleaner API than what was in 1.12.