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