diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2025-09-26 16:19:14 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-10-03 11:21:05 -0700 |
commit | b8ec3f6a9e5b33f10a9ecf3e8f78a8ef9dbbbdf8 (patch) | |
tree | ac3ec3c366626a84c98cbbceace1403a0e31e358 | |
parent | 544667e65aef62654236adb5bf3d1ee3b175421c (diff) | |
download | meta-openembedded-b8ec3f6a9e5b33f10a9ecf3e8f78a8ef9dbbbdf8.tar.gz |
meta-python/conf/layer.conf: update OEQA_REPRODUCIBLE_EXCLUDED_PACKAGES
Due to the recipes listed in OEQA_REPRODUCIBLE_EXCLUDED_PACKAGES has
supported reproducibility, update OEQA_REPRODUCIBLE_EXCLUDED_PACKAGES
to latest
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-python/conf/layer.conf | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/meta-python/conf/layer.conf b/meta-python/conf/layer.conf index b887accbf8..202c66561f 100644 --- a/meta-python/conf/layer.conf +++ b/meta-python/conf/layer.conf | |||
@@ -21,31 +21,4 @@ LICENSE_PATH += "${LAYERDIR}/licenses" | |||
21 | # List of known non-reproducible package of the meta-python layer | 21 | # List of known non-reproducible package of the meta-python layer |
22 | # Please keep this list sorted | 22 | # Please keep this list sorted |
23 | OEQA_REPRODUCIBLE_EXCLUDED_PACKAGES += " \ | 23 | OEQA_REPRODUCIBLE_EXCLUDED_PACKAGES += " \ |
24 | python3-evdev \ | ||
25 | python3-evdev-dbg \ | ||
26 | python3-evdev-src \ | ||
27 | python3-frozenlist \ | ||
28 | python3-frozenlist-dbg \ | ||
29 | python3-kivy-src \ | ||
30 | python3-lief \ | ||
31 | python3-mlcommons-loadgen \ | ||
32 | python3-mlcommons-loadgen-dbg \ | ||
33 | python3-mlcommons-loadgen-src \ | ||
34 | python3-pandas \ | ||
35 | python3-pandas-dbg \ | ||
36 | python3-pandas-src \ | ||
37 | python3-propcache \ | ||
38 | python3-propcache-dbg \ | ||
39 | python3-pybind11-json-dev \ | ||
40 | python3-pycocotools-src \ | ||
41 | python3-pydantic-core \ | ||
42 | python3-pynacl \ | ||
43 | python3-pynacl-dbg \ | ||
44 | python3-pynacl-src \ | ||
45 | python3-pyproj \ | ||
46 | python3-pyproj-dbg \ | ||
47 | python3-pyproj-src \ | ||
48 | python3-pyzmq \ | ||
49 | python3-yarl \ | ||
50 | python3-yarl-dbg \ | ||
51 | " | 24 | " |