diff options
| author | Samantha Jalabert <samantha.jalabert@syslinbit.com> | 2023-09-22 14:46:21 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-09-27 11:47:42 +0100 |
| commit | 0c7126379352ea8576c076566f84904ce532a28f (patch) | |
| tree | 8d45783b1811f5ab4e5d57ecc15f851cdfaa142c | |
| parent | 7cf64503ea33ca3c78bf5e8f459df557449006e7 (diff) | |
| download | poky-0c7126379352ea8576c076566f84904ce532a28f.tar.gz | |
ptest-packagelists.inc: add python test license-expression
Adding test to the list of tests with problems. It comes as a
copy from meta-python to satisfy dependencies of python3-spdx-tools
and throws and exception on execution.
(From OE-Core rev: 4247474286d55db285a56af7aaa700c2cc75adf3)
Signed-off-by: Marta Rybczynska <mrybczynska@syslinbit.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/conf/distro/include/ptest-packagelists.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/distro/include/ptest-packagelists.inc b/meta/conf/distro/include/ptest-packagelists.inc index 86fd310123..4446f7c121 100644 --- a/meta/conf/distro/include/ptest-packagelists.inc +++ b/meta/conf/distro/include/ptest-packagelists.inc | |||
| @@ -142,5 +142,6 @@ PTESTS_PROBLEMS = "\ | |||
| 142 | libpam \ | 142 | libpam \ |
| 143 | libseccomp \ | 143 | libseccomp \ |
| 144 | numactl \ | 144 | numactl \ |
| 145 | python3-license-expression \ | ||
| 145 | python3-numpy \ | 146 | python3-numpy \ |
| 146 | " | 147 | " |
