From 293473d4c8790141e6f539ec74af784f67a7839d Mon Sep 17 00:00:00 2001 From: Yoann Congal Date: Sat, 14 Sep 2024 16:35:57 +0200 Subject: [PATCH] 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 Signed-off-by: Khem Raj --- meta-python/conf/include/non-repro-meta-python.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-python/conf/include/non-repro-meta-python.inc b/meta-python/conf/include/non-repro-meta-python.inc index 629dc4aa04..64dc69ed55 100755 --- a/meta-python/conf/include/non-repro-meta-python.inc +++ b/meta-python/conf/include/non-repro-meta-python.inc @@ -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 \