diff options
Diffstat (limited to 'meta-python/recipes-extended/python-pyparted/python3-pyparted_3.10.7.bb')
-rw-r--r-- | meta-python/recipes-extended/python-pyparted/python3-pyparted_3.10.7.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-python/recipes-extended/python-pyparted/python3-pyparted_3.10.7.bb b/meta-python/recipes-extended/python-pyparted/python3-pyparted_3.10.7.bb new file mode 100644 index 0000000000..ff72c2a655 --- /dev/null +++ b/meta-python/recipes-extended/python-pyparted/python3-pyparted_3.10.7.bb | |||
@@ -0,0 +1,12 @@ | |||
1 | require python-pyparted.inc | ||
2 | |||
3 | DEPENDS += "python3-re" | ||
4 | |||
5 | PV = "3.10.7+git${SRCPV}" | ||
6 | |||
7 | inherit distutils3 | ||
8 | |||
9 | RDEPENDS_${PN} += "python3-stringold python3-codecs python3-math" | ||
10 | RDEPENDS_${PN}_class-native = "" | ||
11 | |||
12 | BBCLASSEXTEND = "native" | ||