diff options
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-blinker_1.6.2.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-blinker_1.6.2.bb b/meta-python/recipes-devtools/python/python3-blinker_1.6.2.bb index 8e77df088d..b0728e66cd 100644 --- a/meta-python/recipes-devtools/python/python3-blinker_1.6.2.bb +++ b/meta-python/recipes-devtools/python/python3-blinker_1.6.2.bb | |||
@@ -8,6 +8,10 @@ inherit pypi python_setuptools_build_meta ptest | |||
8 | 8 | ||
9 | SRC_URI += "file://run-ptest" | 9 | SRC_URI += "file://run-ptest" |
10 | 10 | ||
11 | RDEPENDS:${PN} += "\ | ||
12 | ${PYTHON_PN}-asyncio \ | ||
13 | " | ||
14 | |||
11 | RDEPENDS:${PN}-ptest += " \ | 15 | RDEPENDS:${PN}-ptest += " \ |
12 | ${PYTHON_PN}-pytest \ | 16 | ${PYTHON_PN}-pytest \ |
13 | " | 17 | " |