diff options
| author | Samantha Jalabert <samantha.jalabert@syslinbit.com> | 2023-09-22 14:46:26 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-09-27 11:47:42 +0100 |
| commit | 8b3c0a2256dee0a090a57c683fca3922f482727b (patch) | |
| tree | 07f51909ce49c2102ba395c905610063f270c43f | |
| parent | 840fead1909d143d901f5471fc587896d7125259 (diff) | |
| download | poky-8b3c0a2256dee0a090a57c683fca3922f482727b.tar.gz | |
ptest-packagelists.inc: add python test xmltodict
Adding test to slow, as it comes as dependency of SDK packages.
(From OE-Core rev: 5ee30e484f976327562ee9872f79b8759966e115)
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 4446f7c121..07697e5d7d 100644 --- a/meta/conf/distro/include/ptest-packagelists.inc +++ b/meta/conf/distro/include/ptest-packagelists.inc | |||
| @@ -110,6 +110,7 @@ PTESTS_SLOW = "\ | |||
| 110 | python3-cryptography \ | 110 | python3-cryptography \ |
| 111 | python3 \ | 111 | python3 \ |
| 112 | python3-click \ | 112 | python3-click \ |
| 113 | python3-xmltodict \ | ||
| 113 | strace \ | 114 | strace \ |
| 114 | tcl \ | 115 | tcl \ |
| 115 | util-linux \ | 116 | util-linux \ |
