Accepting request 937730 from home:pgajdos:python
- do not require pytest-runner for build, not required OBS-URL: https://build.opensuse.org/request/show/937730 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ffmpeg-python?expand=0&rev=7
This commit is contained in:
parent
07f480b6ea
commit
d7d4dd93a9
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Dec 9 09:58:46 UTC 2021 - pgajdos@suse.com
|
||||||
|
|
||||||
|
- do not require pytest-runner for build, not required
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Mar 20 08:07:56 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
Fri Mar 20 08:07:56 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-ffmpeg-python
|
# spec file for package python-ffmpeg-python
|
||||||
#
|
#
|
||||||
# Copyright (c) 2020 SUSE LLC
|
# Copyright (c) 2021 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -34,7 +34,7 @@ BuildArch: noarch
|
|||||||
# SECTION test requirements
|
# SECTION test requirements
|
||||||
BuildRequires: %{python_module future}
|
BuildRequires: %{python_module future}
|
||||||
BuildRequires: %{python_module pytest-mock}
|
BuildRequires: %{python_module pytest-mock}
|
||||||
BuildRequires: %{python_module pytest-runner}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: ffmpeg
|
BuildRequires: ffmpeg
|
||||||
# /SECTION
|
# /SECTION
|
||||||
@ -45,6 +45,8 @@ Python bindings for FFmpeg - with complex filtering support
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n ffmpeg-python-%{version}
|
%setup -q -n ffmpeg-python-%{version}
|
||||||
|
# https://github.com/kkroening/ffmpeg-python/issues/617
|
||||||
|
sed -i 's:pytest-runner::' setup.py
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%python_build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user