diff options
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.bb | 3 |
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 | ||
| 10 | SRC_URI += " \ | 10 | SRC_URI += " \ |
| 11 | file://run-ptest \ | 11 | file://run-ptest \ |
| 12 | file://eventlet-worker-ALREADY_HANDLED-WSGI_LOCAL.patch \ | ||
| 12 | " | 13 | " |
| 13 | 14 | ||
| 14 | RDEPENDS:${PN}-ptest += " \ | 15 | RDEPENDS:${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 | ||
| 20 | do_install_ptest() { | 21 | do_install_ptest() { |
