14
0

- drop urllib3-2.patch and limit to urllib3 < 2.x as that

matches the requires and avoids coinstallability isuses

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-auth?expand=0&rev=62
This commit is contained in:
2023-05-27 07:27:00 +00:00
committed by Git OBS Bridge
parent 2466116199
commit 06ef50339a
3 changed files with 7 additions and 39 deletions

View File

@@ -27,8 +27,6 @@ URL: https://github.com/googleapis/google-auth-library-python
Source: https://files.pythonhosted.org/packages/source/g/google-auth/google-auth-%{version}.tar.gz
# https://github.com/googleapis/google-auth-library-python/issues/1055
Patch1: python-google-auth-no-mock.patch
# PATCH-FIX-OPENSUSE urllib3-2.patch -- gh#googleapis/google-auth-library-python#1290
Patch2: urllib3-2.patch
BuildRequires: %{python_module Flask}
# START TESTING SECTION
BuildRequires: %{python_module aiohttp >= 3.6.2}
@@ -44,7 +42,7 @@ BuildRequires: %{python_module responses}
BuildRequires: %{python_module rsa >= 3.1.4}
BuildRequires: %{python_module setuptools >= 40.3.0}
BuildRequires: %{python_module six >= 1.9.0}
BuildRequires: %{python_module urllib3}
BuildRequires: %{python_module urllib3 < 2.0}
# END TESTING SECTION
BuildRequires: fdupes
BuildRequires: python-rpm-macros