Accepting request 938245 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/938245
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-audioread?expand=0&rev=8
This commit is contained in:
Dominique Leuenberger 2021-12-09 18:46:01 +00:00 committed by Git OBS Bridge
commit 32738cfd85
2 changed files with 8 additions and 1 deletions

View File

@ -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 <dmueller@suse.com>

View File

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