diff options
Diffstat (limited to 'meta-python/recipes-extended/python-blivet/python3-blivetgui_2.6.0.bb')
-rw-r--r-- | meta-python/recipes-extended/python-blivet/python3-blivetgui_2.6.0.bb | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-python/recipes-extended/python-blivet/python3-blivetgui_2.6.0.bb b/meta-python/recipes-extended/python-blivet/python3-blivetgui_2.6.0.bb new file mode 100644 index 0000000000..79bee63d08 --- /dev/null +++ b/meta-python/recipes-extended/python-blivet/python3-blivetgui_2.6.0.bb | |||
@@ -0,0 +1,20 @@ | |||
1 | DESCRIPTION = "GUI tool for storage configuration using blivet library" | ||
2 | HOMEPAGE = "https://github.com/rhinstaller/blivet-gui" | ||
3 | LICENSE = "GPL-2.0-or-later" | ||
4 | SECTION = "devel/python" | ||
5 | |||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | ||
7 | |||
8 | SRC_URI = "git://github.com/storaged-project/blivet-gui.git;branch=main;protocol=https" | ||
9 | SRCREV = "7cec4bd48af4c8f7beb1a74bac751c3d520dedf1" | ||
10 | |||
11 | |||
12 | inherit features_check setuptools3 | ||
13 | REQUIRED_DISTRO_FEATURES = "x11 systemd gobject-introspection-data" | ||
14 | |||
15 | RDEPENDS:${PN} = "python3-pygobject python3 \ | ||
16 | python3-blivet gtk+3 \ | ||
17 | python3-pid libreport \ | ||
18 | " | ||
19 | |||
20 | FILES:${PN} += "${datadir}/*" | ||