From fa6dd0e2c51241cdeeabffa0bf4f973ff7af171d0068957f3f66b579d7ae7f78 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mark=C3=A9ta=20Machov=C3=A1?= Date: Thu, 29 Sep 2022 12:17:30 +0000 Subject: [PATCH] reflect requirement pins OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-google-cloud-kms?expand=0&rev=16 --- python-google-cloud-kms.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python-google-cloud-kms.spec b/python-google-cloud-kms.spec index a0a3579..9681a72 100644 --- a/python-google-cloud-kms.spec +++ b/python-google-cloud-kms.spec @@ -26,16 +26,16 @@ License: Apache-2.0 Group: Development/Languages/Python URL: https://github.com/GoogleCloudPlatform/google-cloud-python Source: https://files.pythonhosted.org/packages/source/g/google-cloud-kms/google-cloud-kms-%{version}.tar.gz -BuildRequires: %{python_module google-api-core >= 1.14.0} +BuildRequires: %{python_module google-api-core >= 1.32.0} BuildRequires: %{python_module grpc-google-iam-v1 >= 0.12.3} -BuildRequires: %{python_module proto-plus} +BuildRequires: %{python_module proto-plus >= 1.22.0} BuildRequires: %{python_module protobuf >= 3.19} BuildRequires: %{python_module pytest-asyncio} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires: python-google-api-core >= 1.14.0 +Requires: python-google-api-core >= 1.32.0 Requires: python-grpc-google-iam-v1 >= 0.12.3 Requires(post): update-alternatives Requires(preun):update-alternatives