mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +00:00
Add a recipe for fuse-python - the official python3 bindings for libfuse2. Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Signed-off-by: Khem Raj <raj.khem@gmail.com>
13 lines
341 B
BlitzBasic
13 lines
341 B
BlitzBasic
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"
|