From 6a80cb20aec8e994b8f7655dcabf80e8883becbacadfa2295052869752c00239 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Wed, 19 Jul 2023 11:10:19 +0000 Subject: [PATCH] Accepting request 1099446 from home:ecsos:python - %{?sle15_python_module_pythons} mut be at beginning to work. OBS-URL: https://build.opensuse.org/request/show/1099446 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rich?expand=0&rev=53 --- python-rich.changes | 5 +++++ python-rich.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/python-rich.changes b/python-rich.changes index e8ca292..da3a7ef 100644 --- a/python-rich.changes +++ b/python-rich.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jul 19 09:18:31 UTC 2023 - ecsos + +- %{?sle15_python_module_pythons} mut be at beginning to work. + ------------------------------------------------------------------- Sat Jul 8 20:32:32 UTC 2023 - Arun Persaud diff --git a/python-rich.spec b/python-rich.spec index 91f3605..78b13e9 100644 --- a/python-rich.spec +++ b/python-rich.spec @@ -17,6 +17,7 @@ # +%{?sle15_python_module_pythons} Name: python-rich Version: 13.4.2 Release: 0 @@ -37,7 +38,7 @@ Requires: python-markdown-it-py >= 2.2.0 Requires: python-pygments >= 2.13.0 Suggests: python-ipywidgets >= 7.5.1 BuildArch: noarch -%{?sle15_python_module_pythons} + # SECTION test requirements BuildRequires: %{python_module pytest} # /SECTION