summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>2026-04-22 12:42:00 +0200
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-04-23 07:48:11 -0700
commit36d46e1871c7045d465ee62d0a16135fd00edd14 (patch)
tree78c5dab8c293a0607b99a5604de59951b9e8b36b
parent3283baa0a42200c9e3771dd40174a621f9365c43 (diff)
downloadmeta-openembedded-36d46e1871c7045d465ee62d0a16135fd00edd14.tar.gz
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 <bartosz.golaszewski@oss.qualcomm.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
-rw-r--r--meta-python/recipes-devtools/python/python3-pyfuse3_3.4.2.bb (renamed from meta-filesystems/recipes-support/python3-pyfuse3/python3-pyfuse3_3.4.2.bb)8
1 files changed, 7 insertions, 1 deletions
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
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 = " \
13 python3-setuptools-scm-native \ 13 python3-setuptools-scm-native \
14" 14"
15 15
16RDEPENDS:${PN} = "python3-trio" 16RDEPENDS:${PN} += " \
17 python3-ctypes \
18 python3-logging \
19 python3-pickle \
20 python3-threading \
21 python3-trio \
22"