diff mbox series

[meta-python,05/10] python3-redis: set CVE_PRODUCT

Message ID 20251230122454.721515-5-skandigraun@gmail.com
State New
Headers show
Series [meta-python,01/10] python3-tornado: set CVE_PRODUCT | expand

Commit Message

Gyorgy Sarvari Dec. 30, 2025, 12:24 p.m. UTC
Set the correct CVE_PRODUCT for the recipe.

Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
---
 meta-python/recipes-devtools/python/python3-redis_5.2.1.bb | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

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"