From febab3813645c5a5dc5bace9041f834bd555b65d Mon Sep 17 00:00:00 2001 From: Gyorgy Sarvari Date: Tue, 30 Dec 2025 13:24:49 +0100 Subject: [PATCH] python3-redis: set CVE_PRODUCT Set the correct CVE_PRODUCT for the recipe. Signed-off-by: Gyorgy Sarvari Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-redis_5.2.1.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python3-redis_5.2.1.bb b/meta-python/recipes-devtools/python/python3-redis_5.2.1.bb index 702e9d9db5..ba214f5869 100644 --- a/meta-python/recipes-devtools/python/python3-redis_5.2.1.bb +++ b/meta-python/recipes-devtools/python/python3-redis_5.2.1.bb @@ -19,3 +19,5 @@ RDEPENDS:${PN} += " \ python3-json \ python3-packaging \ " + +CVE_PRODUCT = "redis-py"