14
0

- Add patch support-eventlet-30-3.patch:

* Upstream patch to support eventlet >= 0.30.3

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gunicorn?expand=0&rev=51
This commit is contained in:
2021-11-18 23:16:12 +00:00
committed by Git OBS Bridge
parent 3ce04a9bcf
commit 2cd028eda6
3 changed files with 58 additions and 0 deletions

View File

@@ -34,6 +34,7 @@ License: MIT
Group: Development/Languages/Python
URL: https://gunicorn.org
Source: https://files.pythonhosted.org/packages/source/g/gunicorn/gunicorn-%{version}.tar.gz
Patch0: support-eventlet-30-3.patch
BuildRequires: %{python_module setuptools >= 3.0}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -79,6 +80,7 @@ sed -i 's/==.*//' requirements_test.txt
sed -i -e '/cover/d' requirements_test.txt
# do not check coverage
sed -i -e 's/--cov[^ ]*//' -e 's/--cov-report[^ ]*//' setup.cfg
%autopatch -p1
%if %{with test}
%check