diff options
| author | Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com> | 2026-04-21 10:22:47 +0200 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-04-21 07:26:46 -0700 |
| commit | f2d723ce0886598ee4f7ac9d0776548fa2bd5cf9 (patch) | |
| tree | a0651d3f528c0901c7be4dd5c05bcc370a76352c | |
| parent | 07d67228162018f5f619dce7183f85e79293378d (diff) | |
| download | meta-openembedded-f2d723ce0886598ee4f7ac9d0776548fa2bd5cf9.tar.gz | |
python3-pyfuse3: new recipe
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-filesystems/recipes-support/python3-pyfuse3/python3-pyfuse3_3.4.2.bb | 16 |
1 files changed, 16 insertions, 0 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 new file mode 100644 index 0000000000..8ef6780788 --- /dev/null +++ b/meta-filesystems/recipes-support/python3-pyfuse3/python3-pyfuse3_3.4.2.bb | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | SUMMARY = "Python bindings for libfuse3." | ||
| 2 | |||
| 3 | LICENSE = "LGPL-2.1-or-later" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=622e3d340933e3857b7561f37a2f412b" | ||
| 5 | |||
| 6 | inherit pypi python_setuptools_build_meta python_pep517 cython pkgconfig | ||
| 7 | |||
| 8 | SRC_URI[sha256sum] = "0a59031969c4ba51a5ec1b67f3c5c24f641a6a3f8119a86edad56debcb9084d9" | ||
| 9 | |||
| 10 | DEPENDS = " \ | ||
| 11 | fuse3 \ | ||
| 12 | python3-setuptools-native \ | ||
| 13 | python3-setuptools-scm-native \ | ||
| 14 | " | ||
| 15 | |||
| 16 | RDEPENDS:${PN} = "python3-trio" | ||
