Accepting request 857098 from home:jayvdb:branches:devel:languages:python
- Allow use with chardet v4 c.f. https://build.opensuse.org/request/show/857097 OBS-URL: https://build.opensuse.org/request/show/857098 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiohttp?expand=0&rev=58
This commit is contained in:
parent
2b7129e766
commit
9c260e349e
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 20 08:22:59 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
|
||||
|
||||
- Allow use with chardet v4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Dec 4 11:50:52 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
||||
|
||||
|
@ -99,6 +99,10 @@ HTML documentation on the API and examples for %{name}.
|
||||
# Prevent building with vendor version
|
||||
rm vendor/http-parser/*.c
|
||||
|
||||
# Allow use with chardet v4
|
||||
# https://github.com/aio-libs/aiohttp/pull/5333
|
||||
sed -i 's/chardet>=2.0,<4.0/chardet>=2.0/' setup.py
|
||||
|
||||
%build
|
||||
export CFLAGS="%{optflags}"
|
||||
%python_build
|
||||
|
Loading…
x
Reference in New Issue
Block a user