diff options
author | Khem Raj <raj.khem@gmail.com> | 2024-10-28 10:03:16 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-10-28 17:53:20 -0700 |
commit | a06cb562830b68fa11022090086531222c2b18f7 (patch) | |
tree | 687269405f0f59af602c37cffcff8c7298cffc37 /meta-python/conf | |
parent | 497cb3d70ee585b33e89ea78a34b5a7a3b0b730e (diff) | |
download | meta-openembedded-a06cb562830b68fa11022090086531222c2b18f7.tar.gz |
python3-whoosh: Remove
This package is unmaintained upstream, and has no
new releases since 2016, now it does not build with python 3.13
since it needs cgi module which has been removed in 3.13+
if we still need this functionality
then something like whoosh-reloaded might be better
https://pypi.org/project/Whoosh-Reloaded/
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/conf')
-rw-r--r-- | meta-python/conf/include/ptest-packagelists-meta-python.inc | 1 |
1 files changed, 0 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 9e828fa5cd..ee8f957cca 100644 --- a/meta-python/conf/include/ptest-packagelists-meta-python.inc +++ b/meta-python/conf/include/ptest-packagelists-meta-python.inc | |||
@@ -116,5 +116,4 @@ PTESTS_PROBLEMS_META_PYTHON ="\ | |||
116 | python3-dnspython \ | 116 | python3-dnspython \ |
117 | python3-fastjsonschema \ | 117 | python3-fastjsonschema \ |
118 | python3-pyzmq \ | 118 | python3-pyzmq \ |
119 | python3-whoosh \ | ||
120 | " | 119 | " |