sys_patch_dict.py: Rework into class

This commit is contained in:
Mykola Grymalyuk
2023-03-21 09:45:45 -06:00
parent e288e27b7b
commit ec80afdd17
3 changed files with 1170 additions and 1122 deletions

View File

@@ -738,7 +738,7 @@ class DetectRootPatch:
dict: Dictionary of patches to be applied from sys_patch_dict.py
"""
all_hardware_patchset: dict = sys_patch_dict.SystemPatchDictionary(self.constants.detected_os, self.constants.detected_os_minor, self.constants.legacy_accel_support)
all_hardware_patchset: dict = sys_patch_dict.SystemPatchDictionary(self.constants.detected_os, self.constants.detected_os_minor, self.constants.legacy_accel_support).patchset_dict
required_patches: dict = {}
utilities.cls()