From 4e5ef9722c9d329fd2a86f017b504b0ebb6f04219086ed15abb4961e5783a3d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Mon, 12 Jul 2021 07:20:27 +0000 Subject: [PATCH] Accepting request 905774 from home:mcalabkova:branches:devel:languages:python add missing dependency & spec-cleaner OBS-URL: https://build.opensuse.org/request/show/905774 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httpx?expand=0&rev=5 --- python-httpx.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python-httpx.spec b/python-httpx.spec index a63cbce..db125e8 100644 --- a/python-httpx.spec +++ b/python-httpx.spec @@ -44,8 +44,9 @@ Requires: python-rfc3986 >= 1.3 Requires: python-sniffio BuildArch: noarch # SECTION test requirements -BuildRequires: %{python_module brotlicffi} +BuildRequires: %{python_module anyio} BuildRequires: %{python_module async_generator} +BuildRequires: %{python_module brotlicffi} BuildRequires: %{python_module certifi} BuildRequires: %{python_module chardet >= 3.0} BuildRequires: %{python_module h11 >= 0.8.0}