python3-yappi: mark as incompatible with python 3.11

A request to release a new version is here:
https://github.com/sumerc/yappi/issues/122

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Alexander Kanavin
2022-10-27 09:25:49 +02:00
committed by Khem Raj
parent f2eff02962
commit aa652dbed9

View File

@@ -32,3 +32,5 @@ do_install_ptest() {
cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/
cp -f ${S}/yappi/yappi.py ${D}/${PTEST_PATH}/
}
SKIP_RECIPE[python3-yappi] ?= "Not compatible with py3.11; needs a new release"