mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 17:59:59 +00:00
python3-blivetgui: Fix _supported_filesystems crash
Fix the following error when attempting to use blivet-gui in anaconda:
Traceback (most recent call first):
File "/usr/lib64/python3.5/site-packages/blivetgui/blivetgui.py", line 153, in supported_filesystems
if self._supported_filesystems:
File "/usr/lib64/python3.5/site-packages/blivetgui/blivetgui.py", line 456, in add_device
supported_filesystems=self.supported_filesystems,
AttributeError: 'BlivetGUIAnaconda' object has no attribute '_supported_filesystems'
Reference:
https://github.com/storaged-project/blivet-gui/pull/100/
Signed-off-by: Ovidiu Panait <ovidiu.panait@windriver.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
af237f985f
commit
f8af6c4c16
@@ -10,6 +10,7 @@ B = "${S}"
|
||||
|
||||
SRCREV = "a4fd427ee2acc5a8f5fb030bf7816917cee63bd8"
|
||||
SRC_URI = "git://github.com/rhinstaller/blivet-gui;branch=master \
|
||||
file://0001-Set-_supported_filesystems-in-BlivetGUIAnaconda-init.patch \
|
||||
"
|
||||
|
||||
inherit distro_features_check
|
||||
|
||||
Reference in New Issue
Block a user