From: Bartosz Golaszewski <bartosz.golaszew...@linaro.org> Add a recipe for fuse-python - the official python3 bindings for libfuse2.
Signed-off-by: Bartosz Golaszewski <bartosz.golaszew...@linaro.org> --- Changes in v2: - move the recipe to meta-filesystems - bump version to 1.0.9 released two days ago .../python3-fuse/python3-fuse_1.0.9.bb | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 meta-filesystems/recipes-support/python3-fuse/python3-fuse_1.0.9.bb 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 000000000..95351cc31 --- /dev/null +++ b/meta-filesystems/recipes-support/python3-fuse/python3-fuse_1.0.9.bb @@ -0,0 +1,12 @@ +SUMMARY = "Python bindings for libfuse2." + +LICENSE = "LGPL-2.1-only" +LIC_FILES_CHKSUM = "file://COPYING;md5=243b725d71bb5df4a1e5920b344b86ad" + +inherit setuptools3 pypi pkgconfig + +SRC_URI[sha256sum] = "9ed59577c36ab218d700aa2839f021f12c252b357186057572b98e19bc2a8589" + +DEPENDS = "fuse python3-setuptools-native" + +PYPI_PACKAGE = "fuse_python" -- 2.45.2
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#113926): https://lists.openembedded.org/g/openembedded-devel/message/113926 Mute This Topic: https://lists.openembedded.org/mt/109681902/21656 Group Owner: openembedded-devel+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-