summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-gunicorn_20.1.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-gunicorn_20.1.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-gunicorn_20.1.0.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-gunicorn_20.1.0.bb b/meta-python/recipes-devtools/python/python3-gunicorn_20.1.0.bb
index f381b9df2b..903e054d34 100644
--- a/meta-python/recipes-devtools/python/python3-gunicorn_20.1.0.bb
+++ b/meta-python/recipes-devtools/python/python3-gunicorn_20.1.0.bb
@@ -9,12 +9,13 @@ inherit pypi setuptools3 ptest
9 9
10SRC_URI += " \ 10SRC_URI += " \
11 file://run-ptest \ 11 file://run-ptest \
12 file://eventlet-worker-ALREADY_HANDLED-WSGI_LOCAL.patch \
12" 13"
13 14
14RDEPENDS:${PN}-ptest += " \ 15RDEPENDS:${PN}-ptest += " \
15 ${PYTHON_PN}-eventlet \ 16 ${PYTHON_PN}-eventlet \
16 ${PYTHON_PN}-gevent \ 17 ${PYTHON_PN}-gevent \
17 ${PYTHON_PN}-pytest \ 18 ${PYTHON_PN}-pytest \
18" 19"
19 20
20do_install_ptest() { 21do_install_ptest() {