summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pyfuse3_3.4.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pyfuse3_3.4.2.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-pyfuse3_3.4.2.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyfuse3_3.4.2.bb b/meta-python/recipes-devtools/python/python3-pyfuse3_3.4.2.bb
new file mode 100644
index 0000000000..4b20c186a1
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-pyfuse3_3.4.2.bb
@@ -0,0 +1,22 @@
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} += " \
17 python3-ctypes \
18 python3-logging \
19 python3-pickle \
20 python3-threading \
21 python3-trio \
22"