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