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>
This commit is contained in:
Bartosz Golaszewski
2023-05-31 10:22:09 +02:00
committed by Khem Raj
parent 9207558bb2
commit 9249052f98

View File

@@ -17,7 +17,10 @@ DEPENDS += "parted"
RDEPENDS:${PN}:class-target += " \
parted (>= 2.3) \
python3-stringold python3-codecs python3-math \
python3-codecs \
python3-math \
python3-numbers \
python3-stringold \
"
RDEPENDS:${PN}:class-native = ""