diff options
Diffstat (limited to 'meta-python/recipes-extended/python-blivet/python3-blivetgui_2.5.0.bb')
-rw-r--r-- | meta-python/recipes-extended/python-blivet/python3-blivetgui_2.5.0.bb | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/meta-python/recipes-extended/python-blivet/python3-blivetgui_2.5.0.bb b/meta-python/recipes-extended/python-blivet/python3-blivetgui_2.5.0.bb deleted file mode 100644 index 124f36c6e0..0000000000 --- a/meta-python/recipes-extended/python-blivet/python3-blivetgui_2.5.0.bb +++ /dev/null | |||
@@ -1,21 +0,0 @@ | |||
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 = "626b44610a30ad26734dd20642538caab5a9178a" | ||
10 | |||
11 | S = "${WORKDIR}/git" | ||
12 | |||
13 | inherit features_check setuptools3 | ||
14 | REQUIRED_DISTRO_FEATURES = "x11 systemd gobject-introspection-data" | ||
15 | |||
16 | RDEPENDS:${PN} = "python3-pygobject python3 \ | ||
17 | python3-blivet gtk+3 \ | ||
18 | python3-pid libreport \ | ||
19 | " | ||
20 | |||
21 | FILES:${PN} += "${datadir}/*" | ||