mirror of
https://github.com/dortania/OpenCore-Legacy-Patcher.git
synced 2026-04-22 02:50:15 +10:00
sys_patch_dict.py: Use StrEnum
This commit is contained in:
@@ -8,7 +8,7 @@ import packaging.version
|
||||
from . import os_data
|
||||
|
||||
|
||||
class DynamicPatchset(enum.Enum):
|
||||
class DynamicPatchset(enum.StrEnum):
|
||||
MetallibSupportPkg = "MetallibSupportPkg"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user