diff --git a/python-google-auth.changes b/python-google-auth.changes index db34f8e..9d78361 100644 --- a/python-google-auth.changes +++ b/python-google-auth.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Jul 10 08:18:34 UTC 2023 - Dominique Leuenberger + +- Require python-urllib3 < 2.0 if python-urllib3: urllib3 seems not + strictly required, but when it's there, we need it to be older + than version 2.0. + ------------------------------------------------------------------- Tue Jun 27 10:51:30 UTC 2023 - John Paul Adrian Glaubitz diff --git a/python-google-auth.spec b/python-google-auth.spec index bb6dfef..f94343a 100644 --- a/python-google-auth.spec +++ b/python-google-auth.spec @@ -52,6 +52,7 @@ 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 if python-urllib3) Recommends: python-aiohttp >= 3.6.2 Recommends: python-pyOpenSSL >= 20.0.0 Recommends: python-pyu2f >= 0.1.5