14
0

- Add python38-support.patch from upstream that fixes build failures

against Python 3.8.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-websockets?expand=0&rev=19
This commit is contained in:
2019-10-16 03:20:52 +00:00
committed by Git OBS Bridge
parent 7b88575164
commit 5d7a8a7115
3 changed files with 2209 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ License: BSD-3-Clause
Group: Development/Languages/Python
URL: https://github.com/aaugustin/websockets
Source: https://github.com/aaugustin/websockets/archive/%{version}.tar.gz
Patch0: python38-support.patch
BuildRequires: %{python_module devel}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
@@ -44,6 +45,7 @@ concurrent applications.
%prep
%setup -q -n websockets-%{version}
%autopatch -p1
%build
export CFLAGS="%{optflags}"