14
0

- fix enum-compat removal

- go back to a working version: downgrade to 0.20.0

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-eventlet?expand=0&rev=43
This commit is contained in:
2017-12-14 12:26:04 +00:00
committed by Git OBS Bridge
parent 548b43677d
commit cb26afc3cb
4 changed files with 11 additions and 6 deletions

View File

@@ -18,7 +18,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-eventlet
Version: 0.20.1
Version: 0.20.0
Release: 0
Summary: Concurrent networking library for Python
License: MIT
@@ -62,7 +62,7 @@ for Python that allows changing how code is run.
%prep
%setup -q -n eventlet-%{version}
%patch0 -p1
sed -i '/enum_compat/d' setup.py # crude way to drop the strange "enum-compat" requirement
sed -i '/enum.compat/d' setup.py # crude way to drop the strange "enum-compat" requirement
sed -i "s|^#!.*||" eventlet/support/greendns.py # Fix non-executable script
%build