forked from pool/python-subprocess-tee
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user