mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-06 16:58:24 +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
@@ -13,4 +13,10 @@ DEPENDS = " \
|
||||
python3-setuptools-scm-native \
|
||||
"
|
||||
|
||||
RDEPENDS:${PN} = "python3-trio"
|
||||
RDEPENDS:${PN} += " \
|
||||
python3-ctypes \
|
||||
python3-logging \
|
||||
python3-pickle \
|
||||
python3-threading \
|
||||
python3-trio \
|
||||
"
|
||||
Reference in New Issue
Block a user