[elbe-devel] [PATCH 0/2] remove usage of enum.StrEnum

Thomas Weißschuh thomas.weissschuh at linutronix.de
Tue Aug 6 10:26:59 CEST 2024


This class is only available since Python 3.11 which is not part of
Debian Bullseye.
Furthermore the fact that the enum vaues are strings is irrelevant in
the first place.

Signed-off-by: Thomas Weißschuh <thomas.weissschuh at linutronix.de>
---
Thomas Weißschuh (2):
      elbepack: qemu_firmware: make FirmwareFlashMode a normal Enum
      elbevalidate: constants: make PartitionLabel a normal Enum

 elbepack/qemu_firmware.py | 2 +-
 elbevalidate/constants.py | 4 +---
 2 files changed, 2 insertions(+), 4 deletions(-)
---
base-commit: 3e566b0406f8ff7879386f3e485446136b817312
change-id: 20240806-enum-7de90dec6a91

Best regards,
-- 
Thomas Weißschuh <thomas.weissschuh at linutronix.de>



More information about the elbe-devel mailing list