python-pyelftools: remove noarch.

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

View file

@ -1,8 +1,7 @@
# Template file for 'python-pyelftools' # Template file for 'python-pyelftools'
pkgname=python-pyelftools pkgname=python-pyelftools
version=0.25 version=0.25
revision=2 revision=3
archs=noarch
wrksrc="pyelftools-${version}" wrksrc="pyelftools-${version}"
build_style=python-module build_style=python-module
pycompile_module="elftools" pycompile_module="elftools"
@ -21,7 +20,6 @@ post_install() {
} }
python3-pyelftools_package() { python3-pyelftools_package() {
archs=noarch
pycompile_module="elftools" pycompile_module="elftools"
depends="python3" depends="python3"
short_desc="${short_desc/Python2/Python3}" short_desc="${short_desc/Python2/Python3}"