14
0

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
This commit is contained in:
2023-02-12 22:37:57 +00:00
committed by Git OBS Bridge
parent 2d6a35b9de
commit 23c2c146f8
2 changed files with 7 additions and 0 deletions

View File

@@ -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}