diff --git a/python-audioread.changes b/python-audioread.changes index 40e8b3b..f89599c 100644 --- a/python-audioread.changes +++ b/python-audioread.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Dec 9 12:39:52 UTC 2021 - pgajdos@suse.com + +- pytest-runner is not required for build + ------------------------------------------------------------------- Mon Mar 8 22:34:21 UTC 2021 - Dirk Müller diff --git a/python-audioread.spec b/python-audioread.spec index fa11edd..82f6e6f 100644 --- a/python-audioread.spec +++ b/python-audioread.spec @@ -26,7 +26,7 @@ Group: Development/Languages/Python URL: https://github.com/sampsyo/audioread Source0: https://github.com/beetbox/audioread/archive/v%{version}.tar.gz BuildRequires: %{python_module base} -BuildRequires: %{python_module pytest-runner} +BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: ffmpeg @@ -51,6 +51,8 @@ currently supports: %prep %setup -q -n audioread-%{version} +# https://github.com/beetbox/audioread/issues/118 +sed -i 's:pytest-runner::' setup.py %build %python_build