diff options
Diffstat (limited to 'meta-python')
-rwxr-xr-x | meta-python/conf/include/non-repro-meta-python.inc | 3 |
1 files changed, 3 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 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 @@ | |||
1 | # List of known non-reproducible package of the meta-python layer | 1 | # List of known non-reproducible package of the meta-python layer |
2 | # Please keep this list sorted | 2 | # Please keep this list sorted |
3 | KNOWN_NON_REPRO_META_PYTHON = " \ | 3 | KNOWN_NON_REPRO_META_PYTHON = " \ |
4 | python3-evdev \ | ||
5 | python3-evdev-dbg \ | ||
4 | python3-evdev-src \ | 6 | python3-evdev-src \ |
5 | python3-frozenlist \ | 7 | python3-frozenlist \ |
6 | python3-frozenlist-dbg \ | 8 | python3-frozenlist-dbg \ |
@@ -8,6 +10,7 @@ KNOWN_NON_REPRO_META_PYTHON = " \ | |||
8 | python3-pandas \ | 10 | python3-pandas \ |
9 | python3-pandas-dbg \ | 11 | python3-pandas-dbg \ |
10 | python3-pandas-src \ | 12 | python3-pandas-src \ |
13 | python3-pybind11-json-dev \ | ||
11 | python3-pycocotools-src \ | 14 | python3-pycocotools-src \ |
12 | python3-pydantic-core \ | 15 | python3-pydantic-core \ |
13 | python3-pynacl \ | 16 | python3-pynacl \ |