diff options
| author | Ross Burton <ross.burton@arm.com> | 2023-05-25 13:13:52 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-05-26 08:28:37 -0700 |
| commit | 1c7861509e8db634fe1366c0da2b159b72b4026e (patch) | |
| tree | d866a0a0ee51092ba507ae4f313d1000a072f32d /meta-python | |
| parent | 3a91d8c6c57a5b902ed98c323cb3e7303a64c39d (diff) | |
| download | meta-openembedded-1c7861509e8db634fe1366c0da2b159b72b4026e.tar.gz | |
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>
Diffstat (limited to 'meta-python')
| -rw-r--r-- | meta-python/recipes-extended/python-blivet/python3-blivetgui_2.3.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-extended/python-blivet/python3-blivetgui_2.3.0.bb b/meta-python/recipes-extended/python-blivet/python3-blivetgui_2.3.0.bb index 29e7a267d2..aba127897d 100644 --- a/meta-python/recipes-extended/python-blivet/python3-blivetgui_2.3.0.bb +++ b/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 | |||
| 15 | " | 15 | " |
| 16 | 16 | ||
| 17 | inherit features_check | 17 | inherit features_check |
| 18 | REQUIRED_DISTRO_FEATURES = "x11 systemd" | 18 | REQUIRED_DISTRO_FEATURES = "x11 systemd gobject-introspection-data" |
| 19 | 19 | ||
| 20 | inherit setuptools3_legacy python3native | 20 | inherit setuptools3_legacy python3native |
| 21 | 21 | ||
