diff options
Diffstat (limited to 'meta-python/recipes-extended/python-pyparted/python3-pyparted_3.12.0.bb')
-rw-r--r-- | meta-python/recipes-extended/python-pyparted/python3-pyparted_3.12.0.bb | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/meta-python/recipes-extended/python-pyparted/python3-pyparted_3.12.0.bb b/meta-python/recipes-extended/python-pyparted/python3-pyparted_3.12.0.bb deleted file mode 100644 index 7a0d3987d2..0000000000 --- a/meta-python/recipes-extended/python-pyparted/python3-pyparted_3.12.0.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[sha256sum] = "da985e116beb733371feb605b174db9eec8bd0eedffc8f739f8e603f51b521e7" | ||
13 | |||
14 | inherit pkgconfig pypi setuptools3 | ||
15 | |||
16 | DEPENDS += "parted" | ||
17 | |||
18 | RDEPENDS:${PN}:class-target += " \ | ||
19 | parted (>= 2.3) \ | ||
20 | python3-codecs \ | ||
21 | python3-math \ | ||
22 | python3-numbers \ | ||
23 | python3-stringold \ | ||
24 | " | ||
25 | RDEPENDS:${PN}:class-native = "" | ||
26 | |||
27 | BBCLASSEXTEND = "native" | ||