aboutsummaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-extended
diff options
context:
space:
mode:
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>2023-06-23 16:38:30 +0200
committerKhem Raj <raj.khem@gmail.com>2023-06-24 09:01:52 -0700
commit170709214595b4b36b9fef7db57fac03d32bd336 (patch)
tree0be0b999607893a9452383dda9e8770714bbd0b0 /meta-python/recipes-extended
parent9f88e84b0c73782b5dd620574bd17187586d959c (diff)
downloadmeta-openembedded-contrib-170709214595b4b36b9fef7db57fac03d32bd336.tar.gz
python3-pywbem: order RDEPENDS alphabetically
Order run-time dependencies for clarity. 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.bb4
1 files changed, 2 insertions, 2 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 c845763826..6bff9844df 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
@@ -31,6 +31,8 @@ RDEPENDS:${PN} += "\
python3-datetime \
python3-io \
python3-netclient \
+ python3-nocasedict \
+ python3-nocaselist \
python3-ply \
python3-pyyaml \
python3-six \
@@ -38,8 +40,6 @@ RDEPENDS:${PN} += "\
python3-threading \
python3-unixadmin \
python3-xml \
- python3-nocasedict \
- python3-nocaselist \
python3-yamlloader \
"