1
0

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
This commit is contained in:
Tomáš Chvátal 2020-06-29 19:17:56 +00:00 committed by Git OBS Bridge
parent f540f387b2
commit d1231f0e25
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jun 29 16:21:32 UTC 2020 - Sean Marlow <sean.marlow@suse.com>
- Add missing pyOpenSSL test dependency which is listed upstream.
-------------------------------------------------------------------
Thu Jun 18 10:30:04 UTC 2020 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>

View File

@ -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}