summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pandas_2.2.3.bb
diff options
context:
space:
mode:
authorGyorgy Sarvari <skandigraun@gmail.com>2025-12-31 08:54:03 +0100
committerKhem Raj <raj.khem@gmail.com>2025-12-31 08:33:59 -0800
commit4fbf11954ab14ff77b6b475f744b9d744f31832a (patch)
tree554653339268516fca15e37f690943d30e3fe775 /meta-python/recipes-devtools/python/python3-pandas_2.2.3.bb
parent34f5fd45afc368ef9c257de5fd2c64cce838d507 (diff)
downloadmeta-openembedded-4fbf11954ab14ff77b6b475f744b9d744f31832a.tar.gz
python3-pandas: set CVE_PRODUCT
Currently there is only one CVE associated with pandas, and it is tracked using numfocus:pandas CPE by NIST instead of the default python:pandas from pypi.bbclass. See CVE db query: sqlite> select * from products where product like 'pandas'; CVE-2020-13091|numfocus|pandas|||1.0.3|<= Set the CVE_PRODUCT accodingly. Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pandas_2.2.3.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-pandas_2.2.3.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pandas_2.2.3.bb b/meta-python/recipes-devtools/python/python3-pandas_2.2.3.bb
index 60cc01800f..91333d129d 100644
--- a/meta-python/recipes-devtools/python/python3-pandas_2.2.3.bb
+++ b/meta-python/recipes-devtools/python/python3-pandas_2.2.3.bb
@@ -15,6 +15,8 @@ SRC_URI:append:class-target = " file://0001-BLD-add-option-to-specify-numpy-head
15 15
16SRC_URI[sha256sum] = "4f18ba62b61d7e192368b84517265a99b4d7ee8912f8708660fb4a366cc82667" 16SRC_URI[sha256sum] = "4f18ba62b61d7e192368b84517265a99b4d7ee8912f8708660fb4a366cc82667"
17 17
18CVE_PRODUCT = "pandas"
19
18inherit pkgconfig pypi python_mesonpy cython 20inherit pkgconfig pypi python_mesonpy cython
19 21
20DEPENDS += " \ 22DEPENDS += " \