sec-keys/openpgp-keys-gentoo-developers: add TODO for newer python-gnupg

We might be able to give some nicer output with newer python-gnupg (>= 0.5.1).

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2023-07-24 00:08:54 +01:00
parent 8570a0b86d
commit 7e20300dc7

View File

@@ -53,6 +53,7 @@ with open(active_devs, "r", encoding="utf8") as keyring:
good_keys = []
# TODO: Use new 'problems' key from python-gnupg-0.5.1?
for key in gpg.list_keys(sigs=True):
print(f"Checking key={key['keyid']}, uids={key['uids']}")