From ac673c3bd9f7ea0356d20d10f63f7b755798582e Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 1 Mar 2021 13:44:32 -0800 Subject: [PATCH] packagegroup-meta-python: Add python3-semantic-version Signed-off-by: Khem Raj Acked-by: Trevor Gamblin --- .../recipes-core/packagegroups/packagegroup-meta-python.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb index 635dee1942..d22656eb15 100644 --- a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb +++ b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb @@ -361,6 +361,7 @@ RDEPENDS_packagegroup-meta-python3 = "\ python3-scrypt \ python3-sdnotify \ python3-semver \ + python3-semantic-version \ python3-send2trash \ python3-sentry-sdk \ python3-serpent \