mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
@@ -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']}")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user