diff --git a/python-ffmpeg-python.changes b/python-ffmpeg-python.changes index 0912849..7bac268 100644 --- a/python-ffmpeg-python.changes +++ b/python-ffmpeg-python.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Mon Mar 16 21:00:48 UTC 2020 - Martin Hauke + +- Add missing runtime dependency on python-future + ------------------------------------------------------------------- Tue Jan 14 15:06:28 UTC 2020 - Martin Hauke diff --git a/python-ffmpeg-python.spec b/python-ffmpeg-python.spec index 99bf878..db6f300 100644 --- a/python-ffmpeg-python.spec +++ b/python-ffmpeg-python.spec @@ -1,7 +1,7 @@ # # 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 # 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) # 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-%{**}} @@ -35,6 +36,7 @@ BuildRequires: %{python_module pytest-runner} BuildRequires: %{python_module pytest} BuildRequires: ffmpeg # /SECTION +Requires: python-future Recommends: ffmpeg BuildArch: noarch %python_subpackages