diff options
author | Quentin Schulz <quentin.schulz@theobroma-systems.com> | 2021-12-01 17:28:00 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-12-03 23:37:16 +0000 |
commit | 10c55a23bd5f1f73eaab56d3d7eb0e6df492254a (patch) | |
tree | bc88395004dd980e6c11d19721bbcfee0b66b879 /meta/conf | |
parent | ae57c83f03247b5149c94ae8e8fc25d6ad27dc02 (diff) | |
download | poky-10c55a23bd5f1f73eaab56d3d7eb0e6df492254a.tar.gz |
ptest-packagelists: Add missing python3-webcolors entry
Resolves:
WARNING: python3-webcolors-1.11.1-r0 do_package_qa: QA Issue: supports ptests but is not included in oe-core's ptest-packagelists.inc [missing-ptest]
Cc: Quentin Schulz <foss+yocto@0leil.net>
(From OE-Core rev: f5d63bb34627825bd9ff07ba686ce7c05f4db561)
Signed-off-by: Quentin Schulz <quentin.schulz@theobroma-systems.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-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 bf9d158a0a..c503a6a594 100644 --- a/meta/conf/distro/include/ptest-packagelists.inc +++ b/meta/conf/distro/include/ptest-packagelists.inc | |||
@@ -56,6 +56,7 @@ PTESTS_FAST = "\ | |||
56 | python3-more-itertools-ptest \ | 56 | python3-more-itertools-ptest \ |
57 | python3-pluggy-ptest \ | 57 | python3-pluggy-ptest \ |
58 | python3-wcwidth-ptest \ | 58 | python3-wcwidth-ptest \ |
59 | python3-webcolors-ptest \ | ||
59 | qemu-ptest \ | 60 | qemu-ptest \ |
60 | quilt-ptest \ | 61 | quilt-ptest \ |
61 | sed-ptest \ | 62 | sed-ptest \ |