diff options
author | Yoann Congal <yoann.congal@smile.fr> | 2025-03-11 16:51:36 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-03-11 19:34:55 -0700 |
commit | d7cef19fcca2a607c9b344f757658156649c3ac0 (patch) | |
tree | e81da5ff5f983567068a93a2aa37d311db55c69e /meta-python/conf | |
parent | 5a2dcee4acba15dd7f871e277e838aa2531db14e (diff) | |
download | meta-openembedded-d7cef19fcca2a607c9b344f757658156649c3ac0.tar.gz |
reproducibility: update known non-reproducible packages
Those reproducible failures are from AB runs:
* https://autobuilder.yoctoproject.org/valkyrie/#/builders/87/builds/34
* https://autobuilder.yoctoproject.org/valkyrie/#/builders/87/builds/35
https://valkyrie.yocto.io/pub/repro-fail-openembedded/
NB: diffoscope output can be found in
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/conf')
-rwxr-xr-x | meta-python/conf/include/non-repro-meta-python.inc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-python/conf/include/non-repro-meta-python.inc b/meta-python/conf/include/non-repro-meta-python.inc index 64dc69ed55..03d3fefba5 100755 --- a/meta-python/conf/include/non-repro-meta-python.inc +++ b/meta-python/conf/include/non-repro-meta-python.inc | |||
@@ -7,9 +7,15 @@ KNOWN_NON_REPRO_META_PYTHON = " \ | |||
7 | python3-frozenlist \ | 7 | python3-frozenlist \ |
8 | python3-frozenlist-dbg \ | 8 | python3-frozenlist-dbg \ |
9 | python3-kivy-src \ | 9 | python3-kivy-src \ |
10 | python3-lief \ | ||
11 | python3-mlcommons-loadgen \ | ||
12 | python3-mlcommons-loadgen-dbg \ | ||
13 | python3-mlcommons-loadgen-src \ | ||
10 | python3-pandas \ | 14 | python3-pandas \ |
11 | python3-pandas-dbg \ | 15 | python3-pandas-dbg \ |
12 | python3-pandas-src \ | 16 | python3-pandas-src \ |
17 | python3-propcache \ | ||
18 | python3-propcache-dbg \ | ||
13 | python3-pybind11-json-dev \ | 19 | python3-pybind11-json-dev \ |
14 | python3-pycocotools-src \ | 20 | python3-pycocotools-src \ |
15 | python3-pydantic-core \ | 21 | python3-pydantic-core \ |