From f93b978c60413f720e1e0ab79b0b2829661e3ac0 Mon Sep 17 00:00:00 2001 From: Eivind Uggedal Date: Mon, 3 Aug 2015 17:00:44 +0000 Subject: [PATCH] python-Flask-Script: fix deps... --- srcpkgs/python-Flask-Script/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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}"