summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-extended/python-blivet/python3-blivetgui_2.6.0.bb
diff options
context:
space:
mode:
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.bb20
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 @@
1DESCRIPTION = "GUI tool for storage configuration using blivet library"
2HOMEPAGE = "https://github.com/rhinstaller/blivet-gui"
3LICENSE = "GPL-2.0-or-later"
4SECTION = "devel/python"
5
6LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
7
8SRC_URI = "git://github.com/storaged-project/blivet-gui.git;branch=main;protocol=https"
9SRCREV = "7cec4bd48af4c8f7beb1a74bac751c3d520dedf1"
10
11
12inherit features_check setuptools3
13REQUIRED_DISTRO_FEATURES = "x11 systemd gobject-introspection-data"
14
15RDEPENDS:${PN} = "python3-pygobject python3 \
16 python3-blivet gtk+3 \
17 python3-pid libreport \
18"
19
20FILES:${PN} += "${datadir}/*"