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
This commit is contained in:
Markéta Machová 2021-07-12 07:20:27 +00:00 committed by Git OBS Bridge
parent ab0f76ecff
commit 4e5ef9722c

View File

@ -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}