- 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:
parent
7b88575164
commit
5d7a8a7115
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 16 03:19:43 UTC 2019 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
- Add python38-support.patch from upstream that fixes build failures
|
||||
against Python 3.8.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 13 16:35:47 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
|
@ -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}"
|
||||
|
2201
python38-support.patch
Normal file
2201
python38-support.patch
Normal file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user