summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-extended/python-blivet/python3-blivetgui_2.4.2.bb
diff options
context:
space:
mode:
authorKai Kang <kai.kang@windriver.com>2023-11-02 14:29:24 +0800
committerKhem Raj <raj.khem@gmail.com>2023-11-02 10:39:36 -0700
commit3e26d8deeba0318fe574f53ac798b55062999dfb (patch)
tree51f65cb3968adfb132fb85368b3019d90a9a7c8e /meta-python/recipes-extended/python-blivet/python3-blivetgui_2.4.2.bb
parentd6b19d69b285a26b7d7a318ded42b04ccfb0a4a6 (diff)
downloadmeta-openembedded-3e26d8deeba0318fe574f53ac798b55062999dfb.tar.gz
python3-blivetgui: 2.3.0 -> 2.4.2
Update python3-blivetgui from 2.3.0 to 2.4.2 * drop patches that there are not needed any more * not set var `B` that out of source tree build is supported * inherit setuptools3 rather than setuptools3_legacy Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-extended/python-blivet/python3-blivetgui_2.4.2.bb')
-rw-r--r--meta-python/recipes-extended/python-blivet/python3-blivetgui_2.4.2.bb23
1 files changed, 23 insertions, 0 deletions
diff --git a/meta-python/recipes-extended/python-blivet/python3-blivetgui_2.4.2.bb b/meta-python/recipes-extended/python-blivet/python3-blivetgui_2.4.2.bb
new file mode 100644
index 0000000000..b6e04e081e
--- /dev/null
+++ b/meta-python/recipes-extended/python-blivet/python3-blivetgui_2.4.2.bb
@@ -0,0 +1,23 @@
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 = "9b6a83a7aef546ddacafcc656984c9bbed67a8ec"
10
11S = "${WORKDIR}/git"
12
13inherit features_check setuptools3
14REQUIRED_DISTRO_FEATURES = "x11 systemd gobject-introspection-data"
15
16PIP_INSTALL_PACKAGE = "blivet_gui"
17
18RDEPENDS:${PN} = "python3-pygobject python3 \
19 python3-blivet gtk+3 \
20 python3-pid libreport \
21"
22
23FILES:${PN} += "${datadir}/*"