python-decorator: remove noarch.

This commit is contained in:
fosslinux 2020-09-15 16:59:10 +10:00 committed by Đoàn Trần Công Danh
parent fbcdfd0abe
commit 5bd9d341a1

View file

@ -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}"