$ git show --format=fuller --patch-with-stat --summary cba766e3e588f7c39ed4b65e1069fc34ce2009e2
commit cba766e3e588f7c39ed4b65e1069fc34ce2009e2
Author: AngryPenguinPL <angrypenguinpoland@gmail.com>
AuthorDate: Sun Jan 31 15:31:42 2021 +0100
Commit: GitHub <noreply@github.com>
CommitDate: Sun Jan 31 15:31:42 2021 +0100
adjust deps
---
python-moviepy.spec | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/python-moviepy.spec b/python-moviepy.spec
index 76fa4b9..654082b 100644
--- a/python-moviepy.spec
+++ b/python-moviepy.spec
@@ -11,6 +11,11 @@ Source0: https://pypi.io/packages/source/m/%{pypi_name}/%{pypi_name}-%{ve
BuildArch: noarch
BuildRequires: pkgconfig(python3)
BuildRequires: python3dist(setuptools)
+BuildRequires: python3dist(imageio-ffmpeg)
+BuildRequires: python3dist(proglog)
+
+Requires: python3dist(imageio-ffmpeg)
+Requires: python3dist(proglog)
%{?python_provide:%python_provide python3-%{pypi_name}}
%description