aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-extended/pywbem/python3-pywbem_1.6.1.bb
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/pywbem/python3-pywbem_1.6.1.bb
parentc2ad22e0926405589d1c71820b66dd54d188d5b9 (diff)
downloadmeta-openembedded-contrib-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/pywbem/python3-pywbem_1.6.1.bb')
-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 71af06881d..8b0383cf68 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 += " \
${PYTHON_PN}-wheel-native \
"
-RDEPENDS:${PN}:class-target += "\
+RDEPENDS:${PN} += "\
${PYTHON_PN}-datetime \
${PYTHON_PN}-io \
${PYTHON_PN}-netclient \