diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2019-07-02 16:16:17 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-07-10 09:24:32 -0700 |
commit | f818d3b9fc11a067a5144279a8dce8f4ef07e334 (patch) | |
tree | f3568f90e44863ee29eeb86bbefbe347589f0c6a /meta-python/recipes-extended/python-pyparted/python3-pyparted_3.11.2.bb | |
parent | 2038cfbd3f6d408a0e52019898b228caaabb28ab (diff) | |
download | meta-openembedded-f818d3b9fc11a067a5144279a8dce8f4ef07e334.tar.gz |
python-pyparted/python3-pyparted: 3.11.1 -> 3.11.2
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
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 0000000000..d83901ff3a --- /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" | ||