diff options
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-process-tests_2.1.2.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-process-tests_2.1.2.bb b/meta-python/recipes-devtools/python/python3-process-tests_2.1.2.bb index 24ab0399f9..eb01504f61 100644 --- a/meta-python/recipes-devtools/python/python3-process-tests_2.1.2.bb +++ b/meta-python/recipes-devtools/python/python3-process-tests_2.1.2.bb | |||
| @@ -13,3 +13,9 @@ inherit pypi setuptools3 | |||
| 13 | RDEPENDS:${PN} += "python3-core" | 13 | RDEPENDS:${PN} += "python3-core" |
| 14 | 14 | ||
| 15 | BBCLASSEXTEND = "native nativesdk" | 15 | BBCLASSEXTEND = "native nativesdk" |
| 16 | |||
| 17 | RDEPENDS:${PN} += " \ | ||
| 18 | python3-io \ | ||
| 19 | python3-logging \ | ||
| 20 | python3-unittest \ | ||
| 21 | " | ||
