15
0
forked from pool/python-gevent

- handle-python-ssl-changes.patch: refresh to handle ssl.shared_ciphers()

behavior change in python 3.11 as well

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-gevent?expand=0&rev=93
This commit is contained in:
2023-06-01 07:05:48 +00:00
committed by Git OBS Bridge
parent 315b425294
commit ea475380c5
3 changed files with 25 additions and 11 deletions

View File

@@ -112,9 +112,7 @@ Documentation and examples for %{name}.
%if 0%{?sle_version} <= 150300
%patch1 -p1
%endif
%if 0%{?is_opensuse}
%patch2 -p1
%endif
sed -i -e '1s!bin/env python!bin/python!' examples/*.py
sed -i -e '1{/bin.*python/d}' src/gevent/tests/*.py