From aa652dbed9b5131907ebc06a807002c9dd2609fa Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Thu, 27 Oct 2022 09:25:49 +0200 Subject: [PATCH] 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 Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-yappi_1.3.6.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python3-yappi_1.3.6.bb b/meta-python/recipes-devtools/python/python3-yappi_1.3.6.bb index 2f24443194..526af346b6 100644 --- a/meta-python/recipes-devtools/python/python3-yappi_1.3.6.bb +++ b/meta-python/recipes-devtools/python/python3-yappi_1.3.6.bb @@ -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"