diff --git a/srcpkgs/python-Flask-Script/template b/srcpkgs/python-Flask-Script/template index 5a34c506f06..43810d3fe9d 100644 --- a/srcpkgs/python-Flask-Script/template +++ b/srcpkgs/python-Flask-Script/template @@ -1,14 +1,14 @@ # Template file for 'python-Flask-Script' pkgname=python-Flask-Script version=2.0.5 -revision=1 +revision=2 noarch=yes wrksrc="${pkgname#*-}-${version}" build_style=python-module python_versions="2.7 3.4" pycompile_module="flask_script" hostmakedepends="python-setuptools python3.4-setuptools" -depends="python python-Flask" +depends="python-Flask" short_desc="Scripting support for Flask (Python2)" maintainer="Eivind Uggedal " license="BSD" @@ -22,7 +22,7 @@ post_install() { python3.4-Flask-Script_package() { noarch=yes - depends="python3.4" + depends="python3.4-Flask" pycompile_version="3.4" pycompile_module="flask_script" short_desc="${short_desc/Python2/Python3.4}"