14
0

Accepting request 1085164 from home:ojkastl_buildservice:Branch_devel_languages_python

add patch to replace hardcoded python3 executable name

OBS-URL: https://build.opensuse.org/request/show/1085164
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-subprocess-tee?expand=0&rev=16
This commit is contained in:
2023-05-09 22:35:22 +00:00
committed by Git OBS Bridge
parent bc6d5ce15d
commit fef9b28eeb
3 changed files with 53 additions and 0 deletions

View File

@@ -24,6 +24,7 @@ Summary: Captures the output of subprocesses in real-time
License: MIT
URL: https://github.com/pycontribs/subprocess-tee
Source: https://files.pythonhosted.org/packages/source/s/subprocess-tee/subprocess-tee-%{version}.tar.gz
Patch1: 0001-test-test_unit.py-do-not-use-python3-rather-use-sys..patch
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module rich}
@@ -50,6 +51,7 @@ to provide instant feedback (progress) related to what is happening.
%prep
%setup -q -n subprocess-tee-%{version}
%patch1 -p1
%build
%pyproject_wheel