diff options
author | Derek Straka <derek@asterius.io> | 2024-02-19 21:48:01 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-02-19 23:22:24 -0800 |
commit | 16935136bd80c1ce832a86bd1972d2e5d4c061d6 (patch) | |
tree | 1eb83caea0f65decf0883ba5d86a91c890a33968 | |
parent | fd0418411b3da78b4b11f1eb9e1e15cfa6fe6a85 (diff) | |
download | meta-openembedded-16935136bd80c1ce832a86bd1972d2e5d4c061d6.tar.gz |
python3-license-expression: re-enable passing ptests for the package
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-python/conf/include/ptest-packagelists-meta-python.inc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-python/conf/include/ptest-packagelists-meta-python.inc b/meta-python/conf/include/ptest-packagelists-meta-python.inc index b80b96624..9c1d6eeaf 100644 --- a/meta-python/conf/include/ptest-packagelists-meta-python.inc +++ b/meta-python/conf/include/ptest-packagelists-meta-python.inc | |||
@@ -25,6 +25,9 @@ PTESTS_FAST_META_PYTHON = "\ | |||
25 | python3-intervals \ | 25 | python3-intervals \ |
26 | python3-ipy \ | 26 | python3-ipy \ |
27 | python3-iso3166 \ | 27 | python3-iso3166 \ |
28 | python3-jdcal \ | ||
29 | python3-jsmin \ | ||
30 | python3-msgpack \ | ||
28 | python3-multidict \ | 31 | python3-multidict \ |
29 | python3-parse-type \ | 32 | python3-parse-type \ |
30 | python3-platformdirs \ | 33 | python3-platformdirs \ |
@@ -74,7 +77,6 @@ PTESTS_PROBLEMS_META_PYTHON ="\ | |||
74 | python3-gpiod \ | 77 | python3-gpiod \ |
75 | python3-jdcal \ | 78 | python3-jdcal \ |
76 | python3-jsmin \ | 79 | python3-jsmin \ |
77 | python3-license-expression \ | ||
78 | python3-msgpack \ | 80 | python3-msgpack \ |
79 | python3-ordered-set \ | 81 | python3-ordered-set \ |
80 | python3-parse \ | 82 | python3-parse \ |