summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-gunicorn_23.0.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-gunicorn_23.0.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-gunicorn_23.0.0.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-gunicorn_23.0.0.bb b/meta-python/recipes-devtools/python/python3-gunicorn_23.0.0.bb
index 8d825c865..3c819a934 100644
--- a/meta-python/recipes-devtools/python/python3-gunicorn_23.0.0.bb
+++ b/meta-python/recipes-devtools/python/python3-gunicorn_23.0.0.bb
@@ -11,9 +11,11 @@ SRC_URI += " \
11 file://run-ptest \ 11 file://run-ptest \
12" 12"
13 13
14# python-misc for wsgiref
14RDEPENDS:${PN}-ptest += " \ 15RDEPENDS:${PN}-ptest += " \
15 python3-eventlet \ 16 python3-eventlet \
16 python3-gevent \ 17 python3-gevent \
18 python3-misc \
17 python3-pytest \ 19 python3-pytest \
18 python3-unittest-automake-output \ 20 python3-unittest-automake-output \
19" 21"