mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 17:19:23 +00:00
python3-pyfuse3: Move to meta-python
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>
This commit is contained in:
committed by
Khem Raj
parent
3283baa0a4
commit
36d46e1871
@@ -0,0 +1,22 @@
|
||||
SUMMARY = "Python bindings for libfuse3."
|
||||
|
||||
LICENSE = "LGPL-2.1-or-later"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=622e3d340933e3857b7561f37a2f412b"
|
||||
|
||||
inherit pypi python_setuptools_build_meta python_pep517 cython pkgconfig
|
||||
|
||||
SRC_URI[sha256sum] = "0a59031969c4ba51a5ec1b67f3c5c24f641a6a3f8119a86edad56debcb9084d9"
|
||||
|
||||
DEPENDS = " \
|
||||
fuse3 \
|
||||
python3-setuptools-native \
|
||||
python3-setuptools-scm-native \
|
||||
"
|
||||
|
||||
RDEPENDS:${PN} += " \
|
||||
python3-ctypes \
|
||||
python3-logging \
|
||||
python3-pickle \
|
||||
python3-threading \
|
||||
python3-trio \
|
||||
"
|
||||
Reference in New Issue
Block a user