Accepting request 785711 from home:mnhauke

- Add missing runtime dependency on python-future

OBS-URL: https://build.opensuse.org/request/show/785711
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ffmpeg-python?expand=0&rev=3
This commit is contained in:
Tomáš Chvátal 2020-03-17 07:13:59 +00:00 committed by Git OBS Bridge
parent 13208593d4
commit 6c4b1a30e2
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Mar 16 21:00:48 UTC 2020 - Martin Hauke <mardnh@gmx.de>
- Add missing runtime dependency on python-future
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jan 14 15:06:28 UTC 2020 - Martin Hauke <mardnh@gmx.de> Tue Jan 14 15:06:28 UTC 2020 - Martin Hauke <mardnh@gmx.de>

View File

@ -1,7 +1,7 @@
# #
# spec file for package python-ffmpeg-python # spec file for package python-ffmpeg-python
# #
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2020 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
@ -12,7 +12,8 @@
# license that conforms to the Open Source Definition (Version 1.9) # license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative. # published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/ # Please submit bugfixes or comments via https://bugs.opensuse.org/
#
%{?!python_module:%define python_module() python-%{**} python3-%{**}} %{?!python_module:%define python_module() python-%{**} python3-%{**}}
@ -35,6 +36,7 @@ BuildRequires: %{python_module pytest-runner}
BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest}
BuildRequires: ffmpeg BuildRequires: ffmpeg
# /SECTION # /SECTION
Requires: python-future
Recommends: ffmpeg Recommends: ffmpeg
BuildArch: noarch BuildArch: noarch
%python_subpackages %python_subpackages