diff options
author | Ross Burton <ross.burton@arm.com> | 2024-07-24 17:08:31 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-07-26 12:28:42 +0100 |
commit | bd21b9e878abca12488b514795bcaef28d01e829 (patch) | |
tree | 61aff75fe464ba6595fd67b459ac88d2c0b15860 /meta/conf | |
parent | 859ce655763f06d1b43b463e13f1f7ae3627e2d4 (diff) | |
download | poky-bd21b9e878abca12488b514795bcaef28d01e829.tar.gz |
python3-cffi: enable ptest
(From OE-Core rev: 5beb30cdf389490aa00f63a1c377680deb747bbc)
Signed-off-by: Ross Burton <ross.burton@arm.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 4025883cca..f1c6c1b6f4 100644 --- a/meta/conf/distro/include/ptest-packagelists.inc +++ b/meta/conf/distro/include/ptest-packagelists.inc | |||
@@ -114,6 +114,7 @@ PTESTS_SLOW = "\ | |||
114 | parted \ | 114 | parted \ |
115 | perl \ | 115 | perl \ |
116 | python3 \ | 116 | python3 \ |
117 | python3-cffi \ | ||
117 | python3-click \ | 118 | python3-click \ |
118 | python3-cryptography \ | 119 | python3-cryptography \ |
119 | python3-xmltodict \ | 120 | python3-xmltodict \ |