From 81822afc9aec18b54170fc18c15c85db3b06b8251240e520bdb2ca2ab94acce6 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 31 Aug 2024 09:13:32 +0000 Subject: [PATCH] Accepting request 1197959 from home:yeey:OpenWebUI - Enable sle15_python_module_pythons OBS-URL: https://build.opensuse.org/request/show/1197959 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:pytest/python-pytest-grpc?expand=0&rev=5 --- python-pytest-grpc.changes | 5 +++++ python-pytest-grpc.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-pytest-grpc.changes b/python-pytest-grpc.changes index 0b024c6..51388f0 100644 --- a/python-pytest-grpc.changes +++ b/python-pytest-grpc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Aug 27 17:40:34 UTC 2024 - Guang Yee + +- Enable sle15_python_module_pythons + ------------------------------------------------------------------- Mon Jan 8 18:56:41 UTC 2024 - Dirk Müller diff --git a/python-pytest-grpc.spec b/python-pytest-grpc.spec index 4aadf92..df3a68e 100644 --- a/python-pytest-grpc.spec +++ b/python-pytest-grpc.spec @@ -16,6 +16,7 @@ # +%{?sle15_python_module_pythons} Name: python-pytest-grpc Version: 0.8.0 Release: 0 @@ -23,11 +24,11 @@ Summary: pytest plugin for grpc License: MIT URL: https://github.com/open-telemetry/opentelemetry-python Source: https://files.pythonhosted.org/packages/source/p/pytest-grpc/pytest-grpc-%{version}.tar.gz -BuildRequires: python-rpm-macros BuildRequires: %{python_module grpcio} BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} +BuildRequires: python-rpm-macros # SECTION test requirements BuildRequires: %{python_module pytest >= 3.6.0} # /SECTION