python-Flask-Assets: fix deps, take two
This commit is contained in:
parent
5af6e9c815
commit
8c2620bd0c
1 changed files with 2 additions and 2 deletions
|
@ -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}"
|
||||
|
|
Loading…
Reference in a new issue