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:
Bartosz Golaszewski
2026-04-22 12:42:00 +02:00
committed by Khem Raj
parent 3283baa0a4
commit 36d46e1871

View File

@@ -13,4 +13,10 @@ DEPENDS = " \
python3-setuptools-scm-native \ python3-setuptools-scm-native \
" "
RDEPENDS:${PN} = "python3-trio" RDEPENDS:${PN} += " \
python3-ctypes \
python3-logging \
python3-pickle \
python3-threading \
python3-trio \
"