summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-asgiref_3.7.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-asgiref_3.7.2.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-asgiref_3.7.2.bb9
1 files changed, 5 insertions, 4 deletions
diff --git a/meta-python/recipes-devtools/python/python3-asgiref_3.7.2.bb b/meta-python/recipes-devtools/python/python3-asgiref_3.7.2.bb
index c9081c8cbb..b7fa9f0360 100644
--- a/meta-python/recipes-devtools/python/python3-asgiref_3.7.2.bb
+++ b/meta-python/recipes-devtools/python/python3-asgiref_3.7.2.bb
@@ -15,10 +15,11 @@ export HOST_SYS
15inherit pypi ptest setuptools3 15inherit pypi ptest setuptools3
16 16
17RDEPENDS:${PN}-ptest += " \ 17RDEPENDS:${PN}-ptest += " \
18 ${PYTHON_PN}-pytest \ 18 python3-asyncio \
19 ${PYTHON_PN}-asyncio \ 19 python3-io \
20 ${PYTHON_PN}-io \ 20 python3-multiprocessing \
21 ${PYTHON_PN}-multiprocessing \ 21 python3-pytest \
22 python3-unittest-automake-output \
22" 23"
23 24
24do_install_ptest() { 25do_install_ptest() {