diff options
author | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2023-05-31 10:22:09 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-06-06 23:07:58 -0700 |
commit | 9249052f98dde632173cbad95c7e6a3cd5e42651 (patch) | |
tree | 10df04ffa5fd2ebf28f5e9e4a309f79e758c16e0 /meta-python | |
parent | 9207558bb2f26eb28d7eebf5e1b66e3cafc3884e (diff) | |
download | meta-openembedded-9249052f98dde632173cbad95c7e6a3cd5e42651.tar.gz |
python3-pyparted: add missing run-time dependencies
Add missing RDEPENDS for this package.
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-extended/python-pyparted/python3-pyparted_3.12.0.bb | 5 |
1 files changed, 4 insertions, 1 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 index 9dd362766..7a0d3987d 100644 --- 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 | |||
@@ -17,7 +17,10 @@ DEPENDS += "parted" | |||
17 | 17 | ||
18 | RDEPENDS:${PN}:class-target += " \ | 18 | RDEPENDS:${PN}:class-target += " \ |
19 | parted (>= 2.3) \ | 19 | parted (>= 2.3) \ |
20 | python3-stringold python3-codecs python3-math \ | 20 | python3-codecs \ |
21 | python3-math \ | ||
22 | python3-numbers \ | ||
23 | python3-stringold \ | ||
21 | " | 24 | " |
22 | RDEPENDS:${PN}:class-native = "" | 25 | RDEPENDS:${PN}:class-native = "" |
23 | 26 | ||