diff options
-rw-r--r-- | meta-python/recipes-devtools/python/python3-yappi_1.3.6.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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() { | |||
32 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ | 32 | cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ |
33 | cp -f ${S}/yappi/yappi.py ${D}/${PTEST_PATH}/ | 33 | cp -f ${S}/yappi/yappi.py ${D}/${PTEST_PATH}/ |
34 | } | 34 | } |
35 | |||
36 | SKIP_RECIPE[python3-yappi] ?= "Not compatible with py3.11; needs a new release" | ||