mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 17:19:23 +00:00
python3-pywbem: drop unneeded class from RDEPENDS
The native package has the same dependencies. Even if normally they are satisfied by python3-native, we should still use a global RDEPENDS. 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
c2ad22e092
commit
364a2f8956
@@ -27,7 +27,7 @@ DEPENDS += " \
|
||||
${PYTHON_PN}-wheel-native \
|
||||
"
|
||||
|
||||
RDEPENDS:${PN}:class-target += "\
|
||||
RDEPENDS:${PN} += "\
|
||||
${PYTHON_PN}-datetime \
|
||||
${PYTHON_PN}-io \
|
||||
${PYTHON_PN}-netclient \
|
||||
|
||||
Reference in New Issue
Block a user