non-repro-meta-python: exclude packages that failed previously

Those are the non-reproducible packages from:
https://autobuilder.yoctoproject.org/typhoon/#/builders/155/builds/43

Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Yoann Congal 2024-09-14 16:35:57 +02:00 committed by Khem Raj
parent e9c9bfb1bc
commit 293473d4c8
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -1,6 +1,8 @@
# List of known non-reproducible package of the meta-python layer
# Please keep this list sorted
KNOWN_NON_REPRO_META_PYTHON = " \
python3-evdev \
python3-evdev-dbg \
python3-evdev-src \
python3-frozenlist \
python3-frozenlist-dbg \
@ -8,6 +10,7 @@ KNOWN_NON_REPRO_META_PYTHON = " \
python3-pandas \
python3-pandas-dbg \
python3-pandas-src \
python3-pybind11-json-dev \
python3-pycocotools-src \
python3-pydantic-core \
python3-pynacl \