forked from pool/python-google-auth
- unpin urllib3 to resolve conflict with python-kubernetes
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-auth?expand=0&rev=69
This commit is contained in:
parent
b7930c98b0
commit
ff1f53c804
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 14 09:05:07 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- unpin urllib3 to resolve conflict with python-kubernetes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jul 25 13:44:24 UTC 2023 - ecsos <ecsos@opensuse.org>
|
||||
|
||||
|
@ -42,7 +42,6 @@ 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 < 2.0}
|
||||
# END TESTING SECTION
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
@ -52,11 +51,11 @@ Requires: python-pyasn1-modules >= 0.2.1
|
||||
Requires: python-rsa >= 3.1.4
|
||||
Requires: python-setuptools >= 40.3.0
|
||||
Requires: python-six >= 1.9.0
|
||||
Requires: python-urllib3 < 2.0
|
||||
Recommends: python-aiohttp >= 3.6.2
|
||||
Recommends: python-pyOpenSSL >= 20.0.0
|
||||
Recommends: python-pyu2f >= 0.1.5
|
||||
Recommends: python-requests >= 2.20.0
|
||||
Recommends: python-urllib3
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user