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:
Matej Cepl 2021-07-13 13:42:39 +00:00 committed by Git OBS Bridge
parent fc24fb2d77
commit 4eb0be2199

View File

@ -30,6 +30,7 @@ Source: https://github.com/encode/httpcore/archive/%{version}.tar.gz#/ht
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-anyio >= 3.1.0
Requires: python-certifi
Requires: python-chardet >= 3.0
Requires: python-h11 >= 0.11.0
@ -37,7 +38,6 @@ Requires: python-h2 >= 3.0
Requires: python-idna >= 2.0
Requires: python-rfc3986 >= 1.0
Requires: python-sniffio >= 1.0
Recommends: python-anyio >= 3.1.0
BuildArch: noarch
# SECTION test requirements
BuildRequires: %{python_module anyio >= 3.1.0}