summaryrefslogtreecommitdiffstats
path: root/meta-filesystems
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 /meta-filesystems
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>
Diffstat (limited to 'meta-filesystems')
-rw-r--r--meta-filesystems/recipes-support/python3-pyfuse3/python3-pyfuse3_3.4.2.bb16
1 files changed, 0 insertions, 16 deletions
diff --git a/meta-filesystems/recipes-support/python3-pyfuse3/python3-pyfuse3_3.4.2.bb b/meta-filesystems/recipes-support/python3-pyfuse3/python3-pyfuse3_3.4.2.bb
deleted file mode 100644
index 8ef6780788..0000000000
--- a/meta-filesystems/recipes-support/python3-pyfuse3/python3-pyfuse3_3.4.2.bb
+++ /dev/null
@@ -1,16 +0,0 @@
1SUMMARY = "Python bindings for libfuse3."
2
3LICENSE = "LGPL-2.1-or-later"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=622e3d340933e3857b7561f37a2f412b"
5
6inherit pypi python_setuptools_build_meta python_pep517 cython pkgconfig
7
8SRC_URI[sha256sum] = "0a59031969c4ba51a5ec1b67f3c5c24f641a6a3f8119a86edad56debcb9084d9"
9
10DEPENDS = " \
11 fuse3 \
12 python3-setuptools-native \
13 python3-setuptools-scm-native \
14"
15
16RDEPENDS:${PN} = "python3-trio"