Accepting request 953815 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.

OBS-URL: https://build.opensuse.org/request/show/953815
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dnspython?expand=0&rev=60
This commit is contained in:
Sebastian Wagner 2022-02-11 20:17:49 +00:00 committed by Git OBS Bridge
parent ad04294206
commit 7a4e18afee
2 changed files with 11 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.
-------------------------------------------------------------------
Wed Feb 2 18:24:23 UTC 2022 - Ben Greiner <code@bnavigator.de>

View File

@ -66,7 +66,6 @@ Requires: python-contextvars
# Requires despite optional: see description
# doh
Requires: python-requests
Requires: python-h2
Requires: python-httpx
Requires: python-requests-toolbelt
# idna
@ -78,6 +77,8 @@ Suggests: python-trio >= 0.14.0
# curio
Suggests: python-sniffio >= 1.1
Suggests: python-curio >= 1.2
# HTTP/2 support in httpx
Recommends: python-h2
BuildArch: noarch
%python_subpackages