summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBartosz Golaszewski <bartosz.golaszewski@linaro.org>2024-11-20 11:26:39 +0100
committerKhem Raj <raj.khem@gmail.com>2024-11-20 09:32:08 -0800
commit732acb61a122df0532b7e2a9167a3fdec03e2cca (patch)
treeaf3aff42121e1dfce4a0641405fed6faa75c37ce
parentb90d48a1c1355b58e40b17e2e94a3ce627888670 (diff)
downloadmeta-openembedded-732acb61a122df0532b7e2a9167a3fdec03e2cca.tar.gz
python3-fuse: new recipe
Add a recipe for fuse-python - the official python3 bindings for libfuse2. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-filesystems/recipes-support/python3-fuse/python3-fuse_1.0.9.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/meta-filesystems/recipes-support/python3-fuse/python3-fuse_1.0.9.bb b/meta-filesystems/recipes-support/python3-fuse/python3-fuse_1.0.9.bb
new file mode 100644
index 0000000000..95351cc314
--- /dev/null
+++ b/meta-filesystems/recipes-support/python3-fuse/python3-fuse_1.0.9.bb
@@ -0,0 +1,12 @@
1SUMMARY = "Python bindings for libfuse2."
2
3LICENSE = "LGPL-2.1-only"
4LIC_FILES_CHKSUM = "file://COPYING;md5=243b725d71bb5df4a1e5920b344b86ad"
5
6inherit setuptools3 pypi pkgconfig
7
8SRC_URI[sha256sum] = "9ed59577c36ab218d700aa2839f021f12c252b357186057572b98e19bc2a8589"
9
10DEPENDS = "fuse python3-setuptools-native"
11
12PYPI_PACKAGE = "fuse_python"