Commit 71bf2be
refactor:(samsung backend): replace pkg_resources with importlib.resources for schema loading (#14654)
This PR refactors the Samsung backend schema loading logic in
compile_options.py by replacing pkg_resources with importlib.resources.
This modernizes resource access, improves compatibility with Python
packaging standards, and removes the dependency on setuptools. No
functional changes to the compile options logic; only the resource
loading mechanism is updated.
Signed-off-by: Onuralp SEZER <[email protected]>
(cherry picked from commit d95143e)1 parent b0462ae commit 71bf2be
1 file changed
+10
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
| 15 | + | |
15 | 16 | | |
16 | 17 | | |
17 | 18 | | |
| |||
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
39 | 47 | | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
| 48 | + | |
45 | 49 | | |
46 | 50 | | |
47 | 51 | | |
| |||
0 commit comments