diff options
| author | wangmy <wangmy@fujitsu.com> | 2022-04-02 20:32:47 +0800 |
|---|---|---|
| committer | Trevor Gamblin <trevor.gamblin@windriver.com> | 2022-04-06 14:55:16 -0400 |
| commit | db5534e5316697dda0529d58c1531b8201622bc1 (patch) | |
| tree | 894946fe3944e9a14364d75dd7d383b9fd15287c /meta-python/recipes-extended/python-pyparted/python3-pyparted_3.11.7.bb | |
| parent | 166cfe0ae2aa2eadbaaadb391993ed9aecb972c1 (diff) | |
| download | meta-openembedded-db5534e5316697dda0529d58c1531b8201622bc1.tar.gz | |
python3-pyparted: upgrade 3.11.7 -> 3.12.0
setuptools.patch removed since it's included in 3.12.0
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
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-pyparted/python3-pyparted_3.11.7.bb')
| -rw-r--r-- | meta-python/recipes-extended/python-pyparted/python3-pyparted_3.11.7.bb | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/meta-python/recipes-extended/python-pyparted/python3-pyparted_3.11.7.bb b/meta-python/recipes-extended/python-pyparted/python3-pyparted_3.11.7.bb deleted file mode 100644 index 2cdf82365a..0000000000 --- a/meta-python/recipes-extended/python-pyparted/python3-pyparted_3.11.7.bb +++ /dev/null | |||
| @@ -1,27 +0,0 @@ | |||
| 1 | DESCRIPTION = "pyparted is a set of Python modules that provide Python programmers \ | ||
| 2 | an interface to libparted, the GNU parted library for disk partitioning and \ | ||
| 3 | filesystem manipulation." | ||
| 4 | SUMMARY = "Python bindings for libparted" | ||
| 5 | HOMEPAGE = "https://github.com/rhinstaller/pyparted" | ||
| 6 | LICENSE = "GPL-2.0-or-later" | ||
| 7 | LIC_FILES_CHKSUM = "\ | ||
| 8 | file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b \ | ||
| 9 | file://src/_pedmodule.c;beginline=10;endline=22;md5=9e53304db812b80d0939e11bb69dcab2 \ | ||
| 10 | " | ||
| 11 | |||
| 12 | SRC_URI += "file://setuptools.patch" | ||
| 13 | |||
| 14 | SRC_URI[md5sum] = "69284f943982f54ded76960c92098a02" | ||
| 15 | SRC_URI[sha256sum] = "61cde7b096bccd69ddc75c85b17f8baed45c3687d404706d91403a319453b903" | ||
| 16 | |||
| 17 | inherit pkgconfig pypi setuptools3 | ||
| 18 | |||
| 19 | DEPENDS += "parted" | ||
| 20 | |||
| 21 | RDEPENDS:${PN}:class-target += " \ | ||
| 22 | parted (>= 2.3) \ | ||
| 23 | python3-stringold python3-codecs python3-math \ | ||
| 24 | " | ||
| 25 | RDEPENDS:${PN}:class-native = "" | ||
| 26 | |||
| 27 | BBCLASSEXTEND = "native" | ||
