From 4eb0be219984d583c3ba837bf492567cf9881a8251d9e63a19e8cbd04ce6e57f Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 13 Jul 2021 13:42:39 +0000 Subject: [PATCH] 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 --- python-httpcore.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-httpcore.spec b/python-httpcore.spec index 715f906..df020a7 100644 --- a/python-httpcore.spec +++ b/python-httpcore.spec @@ -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}