Debian's PyCryptodome uses the Cryptodome namespace
Right now use from Crypto.PublicKey import RSA
in non_standard_relay_key_checker.py
but python3-pycryptodome
uses the Cryptodome
namespace instead (presumably in order to no clash with PyCrypto
installations).