Browse Source

python3-blivetgui: requires gobject-introspection-data DISTRO_FEATURE

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Ross Burton 2 years ago
parent
commit
1c7861509e

+ 1 - 1
meta-python/recipes-extended/python-blivet/python3-blivetgui_2.3.0.bb

@@ -15,7 +15,7 @@ SRC_URI = "git://github.com/storaged-project/blivet-gui.git;branch=master;protoc
            "
 
 inherit features_check
-REQUIRED_DISTRO_FEATURES = "x11 systemd"
+REQUIRED_DISTRO_FEATURES = "x11 systemd gobject-introspection-data"
 
 inherit setuptools3_legacy python3native