14
0

- Don't limit Requires from higher versions.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httpcore?expand=0&rev=42
This commit is contained in:
2025-04-25 15:07:48 +00:00
committed by Git OBS Bridge
parent c5f2851f3a
commit c85fad8415
2 changed files with 7 additions and 2 deletions

View File

@@ -42,10 +42,10 @@ BuildRequires: %{python_module pip}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-anyio >= 3
Requires: python-certifi
Requires: python-h11 >= 0.16
Requires: (python-anyio >= 3 with python-anyio < 5)
Requires: (python-sniffio >= 1.0 with python-sniffio < 2)
Requires: python-sniffio >= 1.0
Recommends: python-h2 >= 3.0
Recommends: python-socksio >= 1.0
BuildArch: noarch