forked from pool/python-google-api-core
- Remove unneeded BuildRequires.
- Refreshed patches: * python-google-api-core-no-mock.patch OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-api-core?expand=0&rev=72
This commit is contained in:
@@ -32,17 +32,11 @@ Summary: Google API client core library
|
||||
License: Apache-2.0
|
||||
URL: https://github.com/googleapis/python-api-core
|
||||
Source: https://files.pythonhosted.org/packages/source/g/google_api_core/google_api_core-%{version}.tar.gz
|
||||
# https://github.com/googleapis/python-api-core/issues/377
|
||||
# PATCH-FIX-UPSTREAM Based on gh#googleapis/python-api-core#713
|
||||
Patch0: python-google-api-core-no-mock.patch
|
||||
BuildRequires: %{python_module google-auth >= 2.14.1}
|
||||
# Needed for python_sitelib/google
|
||||
BuildRequires: %{python_module googleapis-common-protos >= 1.53.0}
|
||||
BuildRequires: %{python_module grpcio >= 1.33.2}
|
||||
BuildRequires: %{python_module grpcio-status >= 1.33.2}
|
||||
BuildRequires: %{python_module pip}
|
||||
BuildRequires: %{python_module proto-plus >= 1.22.3 with %python-proto-plus < 2.0.0dev0}
|
||||
BuildRequires: %{python_module protobuf >= 3.19.5 with %python-protobuf < 5.0.0.dev0}
|
||||
BuildRequires: %{python_module pytz}
|
||||
BuildRequires: %{python_module requests >= 2.18.0}
|
||||
BuildRequires: %{python_module setuptools >= 40.3.0}
|
||||
BuildRequires: %{python_module wheel}
|
||||
%if 0%{?sle_version} >= 150400
|
||||
@@ -50,7 +44,7 @@ Obsoletes: python3-google-api-core < %{version}
|
||||
%endif
|
||||
# START TESTING SECTION
|
||||
%if %{with test}
|
||||
BuildRequires: %{python_module google-api-core >= %{version}}
|
||||
BuildRequires: %{python_module google-api-core = %{version}}
|
||||
BuildRequires: %{python_module proto-plus}
|
||||
BuildRequires: %{python_module pytest-asyncio}
|
||||
BuildRequires: %{python_module pytest}
|
||||
@@ -60,11 +54,9 @@ BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-google-auth >= 2.14.1
|
||||
Requires: python-googleapis-common-protos >= 1.53.0
|
||||
Requires: python-grpcio >= 1.33.2
|
||||
Requires: python-grpcio-status >= 1.33.2
|
||||
Requires: python-pytz
|
||||
Requires: python-grpcio >= 1.49.1
|
||||
Requires: python-grpcio-status >= 1.49.1
|
||||
Requires: python-requests >= 2.18.0
|
||||
Requires: python-setuptools >= 40.3.0
|
||||
Requires: (python-proto-plus >= 1.22.3 with python-proto-plus < 2.0.0dev0)
|
||||
Requires: (python-protobuf >= 3.19.5 with python-protobuf < 5.0.0.dev0)
|
||||
BuildArch: noarch
|
||||
@@ -90,14 +82,12 @@ Core Library for Google Client Libraries.
|
||||
%pytest
|
||||
%endif
|
||||
|
||||
%clean
|
||||
|
||||
%if !%{with test}
|
||||
%files %{python_files}
|
||||
%license LICENSE
|
||||
%doc README.rst
|
||||
%{python_sitelib}/google/api_core
|
||||
%{python_sitelib}/google_api_core-%{version}*-info
|
||||
%{python_sitelib}/google_api_core-%{version}.dist-info
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user