14
0

- Add patch to build with pytest5:

* pytest5.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-auth?expand=0&rev=14
This commit is contained in:
Tomáš Chvátal
2019-07-22 08:09:21 +00:00
committed by Git OBS Bridge
parent 3596303ac4
commit 2c8f8c46cf
3 changed files with 21 additions and 0 deletions

View File

@@ -25,6 +25,7 @@ License: Apache-2.0
Group: Development/Languages/Python
URL: https://github.com/GoogleCloudPlatform/google-auth-library-python
Source: https://files.pythonhosted.org/packages/source/g/google-auth/google-auth-%{version}.tar.gz
Patch0: pytest5.patch
BuildRequires: %{python_module Flask}
BuildRequires: %{python_module cachetools}
BuildRequires: %{python_module cryptography}
@@ -61,6 +62,7 @@ This library simplifies using Googles various server-to-server authentication
%prep
%setup -q -n google-auth-%{version}
%patch0 -p1
%build
%python_build