diff options
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-aspectlib_2.0.0.bb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-aspectlib_2.0.0.bb b/meta-python/recipes-devtools/python/python3-aspectlib_2.0.0.bb index d2b0864caa..1341513289 100644 --- a/meta-python/recipes-devtools/python/python3-aspectlib_2.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-aspectlib_2.0.0.bb | |||
@@ -27,6 +27,9 @@ RDEPENDS:${PN}-ptest += "\ | |||
27 | python3-unittest-automake-output \ | 27 | python3-unittest-automake-output \ |
28 | " | 28 | " |
29 | 29 | ||
30 | RDEPENDS:${PN} += "python3-core python3-fields" | 30 | RDEPENDS:${PN} += " \ |
31 | python3-fields \ | ||
32 | python3-logging \ | ||
33 | " | ||
31 | 34 | ||
32 | BBCLASSEXTEND = "native nativesdk" | 35 | BBCLASSEXTEND = "native nativesdk" |