From 78bbc510b0c8ec76d87a949b9bdd47485bcbf5c6 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Sat, 19 Mar 2016 09:46:58 +0100 Subject: [PATCH] openshot: depend on python3.4-setuptools Fixes #3868 --- srcpkgs/openshot/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/openshot/template b/srcpkgs/openshot/template index 5b700bc9c2a..3b2c9613322 100644 --- a/srcpkgs/openshot/template +++ b/srcpkgs/openshot/template @@ -1,13 +1,13 @@ # Template file for 'openshot' pkgname=openshot version=2.0.6 -revision=1 +revision=2 build_style=python-module python_versions="3.4" only_for_archs="i686 x86_64" hostmakedepends="python3" makedepends="python3.4-PyQt5 ffmpeg-devel python3.4-setuptools" -depends="python3.4 python3.4-PyQt5 python3.4-PyQt5-webkit libopenshot mlt python3.4-httplib2 ImageMagick" +depends="python3.4 python3.4-PyQt5 python3.4-PyQt5-webkit python3.4-setuptools libopenshot mlt python3.4-httplib2 ImageMagick" short_desc="An open-source, non-linear video editor for Linux" maintainer="Spencer Hill " license="GPL-3"