mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-12 03:24:08 +00:00
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:
committed by
Khem Raj
parent
9207558bb2
commit
9249052f98
@@ -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 = ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user