mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-13 17:39:57 +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>
(cherry picked from commit 9249052f98)
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
This commit is contained in:
committed by
Gyorgy Sarvari
parent
1d09e1628b
commit
e66e1917b6
@@ -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