Accepting request 1096753 from network

- Add %{?sle15_python_module_pythons}
- Upstream only supports python >= 3.7, so adjust BuildRequires
  accordingly.

OBS-URL: https://build.opensuse.org/request/show/1096753
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-grpcio-tools?expand=0&rev=24
This commit is contained in:
Dominique Leuenberger 2023-07-04 13:22:58 +00:00 committed by Git OBS Bridge
commit 3db9ea298e
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sun Jul 2 12:33:48 UTC 2023 - ecsos <ecsos@opensuse.org>
- Add %{?sle15_python_module_pythons}
- Upstream only supports python >= 3.7, so adjust BuildRequires
accordingly.
-------------------------------------------------------------------
Fri Jun 30 15:49:31 UTC 2023 - Atri Bhattacharya <badshah400@gmail.com>

View File

@ -18,7 +18,7 @@
# PYTHON2 NOT SUPPORTED BY UPSTREAM
%define skip_python2 1
%{?sle15_python_module_pythons}
Name: python-grpcio-tools
Version: 1.56.0
Release: 0
@ -27,7 +27,7 @@ License: Apache-2.0
Group: Development/Languages/Python
URL: https://grpc.io
Source: https://files.pythonhosted.org/packages/source/g/grpcio-tools/grpcio-tools-%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module devel >= 3.7}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: gcc-c++