Message ID | 20241109132924.4334-1-brgl@bgdev.pl |
---|---|
State | New |
Headers | show |
Series | [meta-python] python3-fuse: new recipe | expand |
diff --git a/meta-python/recipes-devtools/python/python3-fuse_1.0.8.bb b/meta-python/recipes-devtools/python/python3-fuse_1.0.8.bb new file mode 100644 index 000000000..3dd1d1442 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-fuse_1.0.8.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] = "6d27023207162ae82145b42cb5e26ef11b2eccc60c8b85f5528fee3e94475187" + +DEPENDS = "fuse python3-setuptools-native" + +PYPI_PACKAGE = "fuse_python"