diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-10-24 13:04:48 +0200 |
|---|---|---|
| committer | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-10-27 11:17:53 +0100 |
| commit | 4384648768ed24f48f962716efae6d1febc0c60e (patch) | |
| tree | 2d79af080fbf813e720277bf1978c969e37ed33d /meta-python/recipes-devtools/python/python3-gunicorn_20.1.0.bb | |
| parent | 8c59686618d7734d1cce0d2489022575970dd372 (diff) | |
| download | meta-openembedded-4384648768ed24f48f962716efae6d1febc0c60e.tar.gz | |
python3-gunicorn: add patch work with geventlet
python3-gunicorn depends on python3-geventlet. geventlet has made some
breaking changes (which is part of meta-oe/kirkstone), however gunicorn
wasn't adapted to this, and it broke some features (at least ptests).
This patch backports the change that adapts gunicorn to the used version
of geventlet.
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
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() { |
