diff --git a/meta-filesystems/recipes-support/python3-pyfuse3/python3-pyfuse3_3.4.2.bb b/meta-python/recipes-devtools/python/python3-pyfuse3_3.4.2.bb similarity index 75% rename from meta-filesystems/recipes-support/python3-pyfuse3/python3-pyfuse3_3.4.2.bb rename to meta-python/recipes-devtools/python/python3-pyfuse3_3.4.2.bb index 8ef6780788..4b20c186a1 100644 --- a/meta-filesystems/recipes-support/python3-pyfuse3/python3-pyfuse3_3.4.2.bb +++ b/meta-python/recipes-devtools/python/python3-pyfuse3_3.4.2.bb @@ -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 \ +"