diff options
| author | Khem Raj <raj.khem@gmail.com> | 2022-03-02 12:28:54 -0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-03-03 08:48:07 -0800 |
| commit | 992da9e0aadd45d95b5af9daf7f0f0200e390744 (patch) | |
| tree | 586ada11848290e0a69ee9e1fd503ccd64efa42b /meta-python/recipes-extended/python-blivet/python3-blivetgui_2.3.0.bb | |
| parent | b08d16afa2f5043ccbe5b8f8a20c6b22300b521e (diff) | |
| download | meta-openembedded-992da9e0aadd45d95b5af9daf7f0f0200e390744.tar.gz | |
python3-blivetgui: Upgrade to 2.3.0
Backport a fix to migrate to use setuptools instead of distutils
Changes in this release are [1]
[1] https://github.com/storaged-project/blivet-gui/releases/tag/2.3.0-1
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
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.bb | 28 |
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 @@ | |||
| 1 | DESCRIPTION = "GUI tool for storage configuration using blivet library" | ||
| 2 | HOMEPAGE = "https://github.com/rhinstaller/blivet-gui" | ||
| 3 | LICENSE = "GPLv2+" | ||
| 4 | SECTION = "devel/python" | ||
| 5 | |||
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | ||
| 7 | |||
| 8 | S = "${WORKDIR}/git" | ||
| 9 | B = "${S}" | ||
| 10 | |||
| 11 | SRCREV = "42512ee48494cee71febf04078d9774f0146a085" | ||
| 12 | SRC_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 | |||
| 16 | inherit features_check | ||
| 17 | REQUIRED_DISTRO_FEATURES = "x11 systemd" | ||
| 18 | |||
| 19 | inherit setuptools3 python3native | ||
| 20 | |||
| 21 | RDEPENDS:${PN} = "python3-pygobject python3 \ | ||
| 22 | python3-blivet gtk+3 \ | ||
| 23 | python3-pid libreport \ | ||
| 24 | " | ||
| 25 | |||
| 26 | FILES:${PN} += " \ | ||
| 27 | ${datadir}/* \ | ||
| 28 | " | ||
