summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-aspectlib_2.0.0.bb5
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
30RDEPENDS:${PN} += "python3-core python3-fields" 30RDEPENDS:${PN} += " \
31 python3-fields \
32 python3-logging \
33"
31 34
32BBCLASSEXTEND = "native nativesdk" 35BBCLASSEXTEND = "native nativesdk"