On Tue, Apr 08, 2025 at 06:46:18PM +0000, Vladimir Serbinenko wrote:
> We currently use an old version of libcrypt which
> results in us having fewer ciphers and missing on many
> other improvements.
Python complains...
Importing libgcrypt...
File "util/import_gcry.py", line 252
fw.write (f" ,{escapenl}\n")
^
SyntaxError: invalid syntax
It looks older versions of Python do not support f-strings.
I can see a few instances of them.
Daniel
_______________________________________________
Grub-devel mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/grub-devel