]> git.ipfire.org Git - thirdparty/systemd.git/commit
elf2efi: Make compatible with python 3.6 again
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 14 Jul 2023 12:16:44 +0000 (14:16 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Fri, 14 Jul 2023 12:41:19 +0000 (14:41 +0200)
commit09444a2e76d91b6300923426dd06a4bd25de87d4
tree8454352e8634fa3c2c0064fd747deecb971a71d9
parent11696fbbd15ee9a72eebfe564ff0ddb1ed393340
elf2efi: Make compatible with python 3.6 again

CentOS 8 ships python 3.6 so let's try and stay compatible with that
since the only feature we're using that requires python 3.9 is the
streamlined type annotations which are trivial to convert back to
the older stuff to stay compatible with python 3.6.
meson.build
tools/elf2efi.py