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" 13