From 170709214595b4b36b9fef7db57fac03d32bd336 Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Fri, 23 Jun 2023 16:38:30 +0200 Subject: [PATCH] python3-pywbem: order RDEPENDS alphabetically Order run-time dependencies for clarity. Signed-off-by: Bartosz Golaszewski Signed-off-by: Khem Raj --- meta-python/recipes-extended/pywbem/python3-pywbem_1.6.1.bb | 4 ++-- 1 file 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 \ "