diff --git a/srcpkgs/python-decorator/template b/srcpkgs/python-decorator/template index 7f14fef90a6..5cad98c511d 100644 --- a/srcpkgs/python-decorator/template +++ b/srcpkgs/python-decorator/template @@ -1,8 +1,7 @@ # Template file for 'python-decorator' pkgname=python-decorator version=4.4.0 -revision=2 -archs=noarch +revision=3 wrksrc="decorator-${version}" build_style=python-module pycompile_module="decorator.py" @@ -21,7 +20,6 @@ post_install() { } python3-decorator_package() { - archs=noarch depends="python3" pycompile_module="decorator.py" short_desc="${short_desc/Python2/Python3}"