From d1231f0e256b3c8a603366ce39277c5636606ac1255a7897fb889b8fd311b32b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Mon, 29 Jun 2020 19:17:56 +0000 Subject: [PATCH] Accepting request 817752 from home:seanmarlow:branches:devel:languages:python - Add missing pyOpenSSL test dependency which is listed upstream. OBS-URL: https://build.opensuse.org/request/show/817752 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-auth?expand=0&rev=22 --- python-google-auth.changes | 5 +++++ python-google-auth.spec | 1 + 2 files changed, 6 insertions(+) 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}