summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
authorTrevor Gamblin <tgamblin@baylibre.com>2023-07-21 15:25:27 -0400
committerKhem Raj <raj.khem@gmail.com>2023-07-23 16:36:14 -0700
commitec003c58cd5e4a9cb27f9a2a2502765cacb1a317 (patch)
tree790cd0ab6e4dcdc001ece9e71c5c1b0b463b3c9c /meta-python
parentc2786d5a1359ac41173e3fd77e04a4334656e28f (diff)
downloadmeta-openembedded-ec003c58cd5e4a9cb27f9a2a2502765cacb1a317.tar.gz
python3-blinker: add python3-asyncio to RDEPENDS
The module fails to import without this. Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-blinker_1.6.2.bb4
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
9SRC_URI += "file://run-ptest" 9SRC_URI += "file://run-ptest"
10 10
11RDEPENDS:${PN} += "\
12 ${PYTHON_PN}-asyncio \
13"
14
11RDEPENDS:${PN}-ptest += " \ 15RDEPENDS:${PN}-ptest += " \
12 ${PYTHON_PN}-pytest \ 16 ${PYTHON_PN}-pytest \
13" 17"