From 5489b73633cd2971e888f9b06d48d49cbe16bf39 Mon Sep 17 00:00:00 2001 From: Jan Vermaete Date: Tue, 25 Nov 2025 19:08:43 +0100 Subject: python3-tenacity: new recipe version 9.1.2 Moved the recipe from meta-homeassistant - all credits to them Added ptest - skip one test that fails on qemu Signed-off-by: Jan Vermaete Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-tenacity_9.1.2.bb | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 meta-python/recipes-devtools/python/python3-tenacity_9.1.2.bb (limited to 'meta-python/recipes-devtools/python/python3-tenacity_9.1.2.bb') diff --git a/meta-python/recipes-devtools/python/python3-tenacity_9.1.2.bb b/meta-python/recipes-devtools/python/python3-tenacity_9.1.2.bb new file mode 100644 index 0000000000..76d23aee40 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-tenacity_9.1.2.bb @@ -0,0 +1,19 @@ +SUMMARY = "Retry code until it succeeds" +HOMEPAGE = "https://github.com/jd/tenacity" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=175792518e4ac015ab6696d16c4f607e" + +SRC_URI[sha256sum] = "1169d376c297e7de388d18b4481760d478b0e99a777cad3a9c86e556f4b697cb" + +SRC_URI:append = "file://0001-ptest-skip-a-test-that-does-not-pass-on-qemu.patch" + +DEPENDS += "python3-setuptools-scm-native" + +inherit pypi python_setuptools_build_meta ptest-python-pytest + +PYPI_PACKAGE = "tenacity" + +RDEPENDS:${PN}-ptest += "\ + python3-tornado \ + python3-typeguard \ +" -- cgit v1.2.3-54-g00ecf