python-Flask-Script: fix deps...

This commit is contained in:
Eivind Uggedal 2015-08-03 17:00:44 +00:00
parent 8c2620bd0c
commit f93b978c60
1 changed files with 3 additions and 3 deletions

View File

@ -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 <eivind@uggedal.com>"
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}"