summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-extended
diff options
context:
space:
mode:
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>2023-06-23 16:38:28 +0200
committerKhem Raj <raj.khem@gmail.com>2023-06-24 09:01:52 -0700
commit364a2f895685fc50755430742d58dca9b2877366 (patch)
tree16fd0666d98d07a090113bcae65d65f7282c1f48 /meta-python/recipes-extended
parentc2ad22e0926405589d1c71820b66dd54d188d5b9 (diff)
downloadmeta-openembedded-364a2f895685fc50755430742d58dca9b2877366.tar.gz
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>
Diffstat (limited to 'meta-python/recipes-extended')
-rw-r--r--meta-python/recipes-extended/pywbem/python3-pywbem_1.6.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-extended/pywbem/python3-pywbem_1.6.1.bb b/meta-python/recipes-extended/pywbem/python3-pywbem_1.6.1.bb
index 71af06881..8b0383cf6 100644
--- a/meta-python/recipes-extended/pywbem/python3-pywbem_1.6.1.bb
+++ b/meta-python/recipes-extended/pywbem/python3-pywbem_1.6.1.bb
@@ -27,7 +27,7 @@ DEPENDS += " \
27 ${PYTHON_PN}-wheel-native \ 27 ${PYTHON_PN}-wheel-native \
28" 28"
29 29
30RDEPENDS:${PN}:class-target += "\ 30RDEPENDS:${PN} += "\
31 ${PYTHON_PN}-datetime \ 31 ${PYTHON_PN}-datetime \
32 ${PYTHON_PN}-io \ 32 ${PYTHON_PN}-io \
33 ${PYTHON_PN}-netclient \ 33 ${PYTHON_PN}-netclient \