From 23c2c146f80ab4e7f8ecd81b02a00c00355a3a0f90f2dd471e689c4f68d47a05 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Sun, 12 Feb 2023 22:37:57 +0000 Subject: [PATCH] Accepting request 1064488 from home:ojkastl_buildservice:Branch_devel_languages_python - BuildRequire rich, otherwise the %checks fail on SLES15 with the python3-module (rich is not being installed automatically) OBS-URL: https://build.opensuse.org/request/show/1064488 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-subprocess-tee?expand=0&rev=12 --- python-subprocess-tee.changes | 6 ++++++ python-subprocess-tee.spec | 1 + 2 files changed, 7 insertions(+) diff --git a/python-subprocess-tee.changes b/python-subprocess-tee.changes index e8118ec..c3706b8 100644 --- a/python-subprocess-tee.changes +++ b/python-subprocess-tee.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun Feb 12 08:03:02 UTC 2023 - Johannes Kastl + +- BuildRequire rich, otherwise the %checks fail on SLES15 with + the python3-module (rich is not being installed automatically) + ------------------------------------------------------------------- Tue Jan 31 15:15:06 UTC 2023 - Johannes Kastl diff --git a/python-subprocess-tee.spec b/python-subprocess-tee.spec index 8b886f6..9eaa40a 100644 --- a/python-subprocess-tee.spec +++ b/python-subprocess-tee.spec @@ -26,6 +26,7 @@ URL: https://github.com/pycontribs/subprocess-tee Source: https://files.pythonhosted.org/packages/source/s/subprocess-tee/subprocess-tee-%{version}.tar.gz BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} +BuildRequires: %{python_module rich} BuildRequires: %{python_module setuptools_scm_git_archive} BuildRequires: %{python_module setuptools_scm} BuildRequires: %{python_module setuptools}