Accepting request 953817 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/953817 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-dnspython?expand=0&rev=32
This commit is contained in:
commit
549410c9d9
@ -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>
|
Wed Feb 2 18:24:23 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@ -66,7 +66,6 @@ Requires: python-contextvars
|
|||||||
# Requires despite optional: see description
|
# Requires despite optional: see description
|
||||||
# doh
|
# doh
|
||||||
Requires: python-requests
|
Requires: python-requests
|
||||||
Requires: python-h2
|
|
||||||
Requires: python-httpx
|
Requires: python-httpx
|
||||||
Requires: python-requests-toolbelt
|
Requires: python-requests-toolbelt
|
||||||
# idna
|
# idna
|
||||||
@ -78,6 +77,8 @@ Suggests: python-trio >= 0.14.0
|
|||||||
# curio
|
# curio
|
||||||
Suggests: python-sniffio >= 1.1
|
Suggests: python-sniffio >= 1.1
|
||||||
Suggests: python-curio >= 1.2
|
Suggests: python-curio >= 1.2
|
||||||
|
# HTTP/2 support in httpx
|
||||||
|
Recommends: python-h2
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
Loading…
x
Reference in New Issue
Block a user