python-Flask-Assets: fix dummy pkgname
This commit is contained in:
parent
d7258bec6c
commit
bd0f9cf988
1 changed files with 2 additions and 2 deletions
|
@ -30,9 +30,9 @@ python3-Flask-Assets_package() {
|
|||
vlicense LICENSE
|
||||
}
|
||||
}
|
||||
python3.4-Flask_package() {
|
||||
python3.4-Flask-Assets_package() {
|
||||
noarch=yes
|
||||
build_style=meta
|
||||
short_desc="${short_desc/Python2/Python3.4} (transitional dummy package)"
|
||||
depends="python3-Flask>=${version}_${revision}"
|
||||
depends="python3-Flask-Assets>=${version}_${revision}"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue