From fb9ad240c8c33c929eb22ff9219219020a647544 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Mon, 17 Oct 2016 09:11:29 +0200 Subject: [PATCH] openshot: add missing pycompile_module --- srcpkgs/openshot/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/openshot/template b/srcpkgs/openshot/template index 90f69479c5e..d0d7b5f44ba 100644 --- a/srcpkgs/openshot/template +++ b/srcpkgs/openshot/template @@ -5,6 +5,7 @@ revision=3 wrksrc="${pkgname}-qt-${version}" build_style=python3-module only_for_archs="i686 x86_64" +pycompile_module="openshot_qt" hostmakedepends="python3" makedepends="python3-PyQt5 ffmpeg-devel python3-setuptools" depends="python3-PyQt5-webkit python3-setuptools libopenshot mlt python3-httplib2 python3-pyzmq ImageMagick"