From ac8e1757ad9632ca03ce0aad04b3611a5895e0ca Mon Sep 17 00:00:00 2001 From: Michael Wyraz Date: Wed, 17 Sep 2025 12:14:12 +0200 Subject: [PATCH] python3-transitions: add native support Issue #997 Signed-off-by: Michael Wyraz Signed-off-by: Khem Raj --- .../recipes-devtools/python/python3-transitions_0.9.3.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-python/recipes-devtools/python/python3-transitions_0.9.3.bb b/meta-python/recipes-devtools/python/python3-transitions_0.9.3.bb index 7a4ac0e796..6a54d3a79a 100644 --- a/meta-python/recipes-devtools/python/python3-transitions_0.9.3.bb +++ b/meta-python/recipes-devtools/python/python3-transitions_0.9.3.bb @@ -7,3 +7,5 @@ inherit pypi setuptools3 SRC_URI[sha256sum] = "881fb75bb1654ed55d86060bb067f2c716f8e155f57bb73fd444e53713aafec8" RDEPENDS:${PN} += "python3-six python3-logging" + +BBCLASSEXTEND = "native" \ No newline at end of file