diff --git a/python-google-auth.changes b/python-google-auth.changes index 77411f1..f16182a 100644 --- a/python-google-auth.changes +++ b/python-google-auth.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Jun 29 16:21:32 UTC 2020 - Sean Marlow + +- Add missing pyOpenSSL test dependency which is listed upstream. + ------------------------------------------------------------------- Thu Jun 18 10:30:04 UTC 2020 - John Paul Adrian Glaubitz diff --git a/python-google-auth.spec b/python-google-auth.spec index afc8305..f1c3018 100644 --- a/python-google-auth.spec +++ b/python-google-auth.spec @@ -31,6 +31,7 @@ BuildRequires: %{python_module freezegun} BuildRequires: %{python_module mock} BuildRequires: %{python_module oauth2client-gce} BuildRequires: %{python_module oauth2client} +BuildRequires: %{python_module pyOpenSSL} BuildRequires: %{python_module pyasn1-modules >= 0.2.1} BuildRequires: %{python_module pytest-localserver} BuildRequires: %{python_module pytest}