diff options
Diffstat (limited to 'meta-python/conf/layer.conf')
-rw-r--r-- | meta-python/conf/layer.conf | 34 |
1 files changed, 33 insertions, 1 deletions
diff --git a/meta-python/conf/layer.conf b/meta-python/conf/layer.conf index aaf620a433..b887accbf8 100644 --- a/meta-python/conf/layer.conf +++ b/meta-python/conf/layer.conf | |||
@@ -14,6 +14,38 @@ LAYERVERSION_meta-python = "1" | |||
14 | 14 | ||
15 | LAYERDEPENDS_meta-python = "core (>= 12) openembedded-layer" | 15 | LAYERDEPENDS_meta-python = "core (>= 12) openembedded-layer" |
16 | 16 | ||
17 | LAYERSERIES_COMPAT_meta-python = "styhead" | 17 | LAYERSERIES_COMPAT_meta-python = "walnascar whinlatter" |
18 | 18 | ||
19 | LICENSE_PATH += "${LAYERDIR}/licenses" | 19 | LICENSE_PATH += "${LAYERDIR}/licenses" |
20 | |||
21 | # List of known non-reproducible package of the meta-python layer | ||
22 | # Please keep this list sorted | ||
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 | " | ||