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>
This commit is contained in:
Bartosz Golaszewski 2023-06-23 16:38:30 +02:00 committed by Khem Raj
parent 9f88e84b0c
commit 1707092145

View File

@ -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 \
"