diff --git a/srcpkgs/python-Flask-Assets/template b/srcpkgs/python-Flask-Assets/template index bd7b34e19b4..442c8d4cef7 100644 --- a/srcpkgs/python-Flask-Assets/template +++ b/srcpkgs/python-Flask-Assets/template @@ -1,7 +1,7 @@ # Template file for 'python-Flask-Assets' pkgname=python-Flask-Assets version=0.10 -revision=2 +revision=3 noarch=yes wrksrc="${pkgname#*-}-${version}" build_style=python-module @@ -22,7 +22,7 @@ post_install() { python3.4-Flask-Assets_package() { noarch=yes - depends="python3.4" + depends="python3.4 python3.4-webassets" pycompile_version="3.4" pycompile_module="flask_assets" short_desc="${short_desc/Python2/Python3.4}"