summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-extended/python-blivet/python3-blivetgui_2.3.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-extended/python-blivet/python3-blivetgui_2.3.0.bb')
-rw-r--r--meta-python/recipes-extended/python-blivet/python3-blivetgui_2.3.0.bb28
1 files changed, 28 insertions, 0 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
new file mode 100644
index 0000000000..9522770eff
--- /dev/null
+++ b/meta-python/recipes-extended/python-blivet/python3-blivetgui_2.3.0.bb
@@ -0,0 +1,28 @@
1DESCRIPTION = "GUI tool for storage configuration using blivet library"
2HOMEPAGE = "https://github.com/rhinstaller/blivet-gui"
3LICENSE = "GPLv2+"
4SECTION = "devel/python"
5
6LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
7
8S = "${WORKDIR}/git"
9B = "${S}"
10
11SRCREV = "42512ee48494cee71febf04078d9774f0146a085"
12SRC_URI = "git://github.com/storaged-project/blivet-gui.git;branch=master;protocol=https \
13 file://0001-Use-setuptools-instead-of-distutils-in-setup.py.patch \
14 "
15
16inherit features_check
17REQUIRED_DISTRO_FEATURES = "x11 systemd"
18
19inherit setuptools3 python3native
20
21RDEPENDS:${PN} = "python3-pygobject python3 \
22 python3-blivet gtk+3 \
23 python3-pid libreport \
24"
25
26FILES:${PN} += " \
27 ${datadir}/* \
28 "