summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-extended/python-blivet/python3-blivetgui_2.1.8.bb
diff options
context:
space:
mode:
authorOvidiu Panait <ovidiu.panait@windriver.com>2019-03-21 13:12:26 +0200
committerArmin Kuster <akuster808@gmail.com>2019-03-24 18:44:58 -0700
commitf8af6c4c16ffee91375bc42b577bc1a417b27540 (patch)
tree1cb2386c31f9b3681047831c4e3bde465a23d011 /meta-python/recipes-extended/python-blivet/python3-blivetgui_2.1.8.bb
parentaf237f985f9cdf5c83390ec7a6be00031852c241 (diff)
downloadmeta-openembedded-f8af6c4c16ffee91375bc42b577bc1a417b27540.tar.gz
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>
Diffstat (limited to 'meta-python/recipes-extended/python-blivet/python3-blivetgui_2.1.8.bb')
-rw-r--r--meta-python/recipes-extended/python-blivet/python3-blivetgui_2.1.8.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-extended/python-blivet/python3-blivetgui_2.1.8.bb b/meta-python/recipes-extended/python-blivet/python3-blivetgui_2.1.8.bb
index 91f0dff71..5f62b9e5c 100644
--- a/meta-python/recipes-extended/python-blivet/python3-blivetgui_2.1.8.bb
+++ b/meta-python/recipes-extended/python-blivet/python3-blivetgui_2.1.8.bb
@@ -10,6 +10,7 @@ B = "${S}"
10 10
11SRCREV = "a4fd427ee2acc5a8f5fb030bf7816917cee63bd8" 11SRCREV = "a4fd427ee2acc5a8f5fb030bf7816917cee63bd8"
12SRC_URI = "git://github.com/rhinstaller/blivet-gui;branch=master \ 12SRC_URI = "git://github.com/rhinstaller/blivet-gui;branch=master \
13 file://0001-Set-_supported_filesystems-in-BlivetGUIAnaconda-init.patch \
13" 14"
14 15
15inherit distro_features_check 16inherit distro_features_check