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:
commit
32738cfd85
@ -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>
|
Mon Mar 8 22:34:21 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -26,7 +26,7 @@ Group: Development/Languages/Python
|
|||||||
URL: https://github.com/sampsyo/audioread
|
URL: https://github.com/sampsyo/audioread
|
||||||
Source0: https://github.com/beetbox/audioread/archive/v%{version}.tar.gz
|
Source0: https://github.com/beetbox/audioread/archive/v%{version}.tar.gz
|
||||||
BuildRequires: %{python_module base}
|
BuildRequires: %{python_module base}
|
||||||
BuildRequires: %{python_module pytest-runner}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: ffmpeg
|
BuildRequires: ffmpeg
|
||||||
@ -51,6 +51,8 @@ currently supports:
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n audioread-%{version}
|
%setup -q -n audioread-%{version}
|
||||||
|
# https://github.com/beetbox/audioread/issues/118
|
||||||
|
sed -i 's:pytest-runner::' setup.py
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%python_build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user