From 36d46e1871c7045d465ee62d0a16135fd00edd14 Mon Sep 17 00:00:00 2001 From: Bartosz Golaszewski Date: Wed, 22 Apr 2026 12:42:00 +0200 Subject: [PATCH] python3-pyfuse3: Move to meta-python Add a recipe for pyfuse3 - a python package providing high-level bindings to libfuse3. Signed-off-by: Bartosz Golaszewski Signed-off-by: Khem Raj --- .../recipes-devtools/python}/python3-pyfuse3_3.4.2.bb | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) rename {meta-filesystems/recipes-support/python3-pyfuse3 => meta-python/recipes-devtools/python}/python3-pyfuse3_3.4.2.bb (75%) diff --git a/meta-filesystems/recipes-support/python3-pyfuse3/python3-pyfuse3_3.4.2.bb b/meta-python/recipes-devtools/python/python3-pyfuse3_3.4.2.bb similarity index 75% rename from meta-filesystems/recipes-support/python3-pyfuse3/python3-pyfuse3_3.4.2.bb rename to meta-python/recipes-devtools/python/python3-pyfuse3_3.4.2.bb index 8ef6780788..4b20c186a1 100644 --- a/meta-filesystems/recipes-support/python3-pyfuse3/python3-pyfuse3_3.4.2.bb +++ b/meta-python/recipes-devtools/python/python3-pyfuse3_3.4.2.bb @@ -13,4 +13,10 @@ DEPENDS = " \ python3-setuptools-scm-native \ " -RDEPENDS:${PN} = "python3-trio" +RDEPENDS:${PN} += " \ + python3-ctypes \ + python3-logging \ + python3-pickle \ + python3-threading \ + python3-trio \ +"