diff --git a/srcpkgs/python-Flask-WTF/template b/srcpkgs/python-Flask-WTF/template index 503b47fd06..c6e3f80d29 100644 --- a/srcpkgs/python-Flask-WTF/template +++ b/srcpkgs/python-Flask-WTF/template @@ -21,13 +21,13 @@ post_install() { } python3.4-Flask-WTF_package() { - noarch=yes - depends="python3.4-Flask python3.4-WTForms" - pycompile_version="3.4" - pycompile_module="flask_wtf" - short_desc="${short_desc/Python2/Python3.4}" - pkg_install() { - vmove usr/lib/python3.4 + noarch=yes + depends="python3.4-Flask python3.4-WTForms" + pycompile_version="3.4" + pycompile_module="flask_wtf" + short_desc="${short_desc/Python2/Python3.4}" + pkg_install() { + vmove usr/lib/python3.4 vlicense LICENSE - } + } }