commit | 88c1116d3b59a35340abe727ef6bc6bf8ee20c92 | [log] [tgz] |
---|---|---|
author | Quentin Schulz <quentin.schulz@theobroma-systems.com> | Tue Jan 23 18:57:01 2024 +0100 |
committer | Tom Rini <trini@konsulko.com> | Mon Jan 29 14:54:15 2024 -0500 |
tree | 07dc10884a715bbbd012a3b4b5ef6688a10e45e5 | |
parent | bb7c7205f6f2f2371419bac7b736c6eb7a28a7c0 [diff] |
tools: buildman: fix non-existing SafeConfigParser in Python 3.12+ SafeConfigParser was renamed back in Python 3.2 (yes, no typo) to ConfigParser[1], but it was still working as an alias until it got removed in 3.12[2]. [1] https://docs.python.org/3.8/whatsnew/3.2.html#configparser [2] https://github.com/python/cpython/pull/92503 Cc: Quentin Schulz <foss+uboot@0leil.net> Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>