15
0
forked from pool/python-httpx

Accepting request 953813 from home:stroeder:iam

- Only recommend and not require the installation of python-h2 because it is
  seriously broken and prevents any other Python software to run correctly with -bb.
  (See also: https://github.com/python-hyper/h2/issues/1236)
  This also matches upstream's setup.py which lists h2 as optional
  dependency in extra_requires.

Note: python-httpx:test  won't build in my home project but the .spec change is trivial.

OBS-URL: https://build.opensuse.org/request/show/953813
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httpx?expand=0&rev=7
This commit is contained in:
2022-02-12 14:40:42 +00:00
committed by Git OBS Bridge
parent a48e72919e
commit 2d4674ac21
2 changed files with 10 additions and 1 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Feb 11 19:31:34 UTC 2022 - Michael Ströder <michael@stroeder.com>
- Only recommend and not require the installation of python-h2 because it is
seriously broken and prevents any other Python software to run correctly with -bb.
(See also: https://github.com/python-hyper/h2/issues/1236)
This also matches upstream's setup.py which lists h2 as optional
dependency in extra_requires.
-------------------------------------------------------------------
Tue Feb 1 07:01:13 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>