anyio is actually required (at least for some tests in other packages)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httpcore?expand=0&rev=5
This commit is contained in:
parent
fc24fb2d77
commit
4eb0be2199
@ -30,6 +30,7 @@ Source: https://github.com/encode/httpcore/archive/%{version}.tar.gz#/ht
|
|||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
|
Requires: python-anyio >= 3.1.0
|
||||||
Requires: python-certifi
|
Requires: python-certifi
|
||||||
Requires: python-chardet >= 3.0
|
Requires: python-chardet >= 3.0
|
||||||
Requires: python-h11 >= 0.11.0
|
Requires: python-h11 >= 0.11.0
|
||||||
@ -37,7 +38,6 @@ Requires: python-h2 >= 3.0
|
|||||||
Requires: python-idna >= 2.0
|
Requires: python-idna >= 2.0
|
||||||
Requires: python-rfc3986 >= 1.0
|
Requires: python-rfc3986 >= 1.0
|
||||||
Requires: python-sniffio >= 1.0
|
Requires: python-sniffio >= 1.0
|
||||||
Recommends: python-anyio >= 3.1.0
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
BuildRequires: %{python_module anyio >= 3.1.0}
|
BuildRequires: %{python_module anyio >= 3.1.0}
|
||||||
|
Loading…
Reference in New Issue
Block a user