python-Flash: add rdeps to the python3.4 subpkg.

This commit is contained in:
Juan RP 2015-01-06 11:24:26 +01:00
parent c22c3115f8
commit a2c7da48d6
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'python-Flask'
pkgname=python-Flask
version=0.10.1
revision=1
revision=2
noarch=yes
wrksrc="${pkgname#*-}-${version}"
build_style=python-module
@ -19,7 +19,7 @@ checksum=4c83829ff83d408b5e1d4995472265411d2c414112298f2eb4b359d9e4563373
python3.4-Flask_package() {
noarch=yes
depends="python3.4"
depends="python3.4 python3.4-Jinja2>=2.4 python3.4-Werkzeug>=0.7 python3.4-itsdangerous>=0.21"
pycompile_version="3.4"
pycompile_module="flask"
short_desc="${short_desc/Python2/Python3.4}"