Commit e231d01
committed
Fix getting missing libblockdev technologies with Python 3.14
Hotfix for rhbz#2371256. Technologies in libblockdev are defined
as enums and we are using 'value_name' to get the technology name/
description in blivet. For some unknown reason the 'value_name'
attribute from GLib.GEnumValue is not available with Python 3.14.
This needs to be investigated more thoroughly, but for now we can
just not include this information.
Resolves: rhbz#23712561 parent bfdf8e5 commit e231d01
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
225 | 225 | | |
226 | 226 | | |
227 | 227 | | |
228 | | - | |
| 228 | + | |
229 | 229 | | |
230 | 230 | | |
231 | 231 | | |
| |||
0 commit comments