python-dnspython: remove noarch.

This commit is contained in:
fosslinux 2020-09-15 16:59:11 +10:00 committed by Đoàn Trần Công Danh
parent 1dd7d108f9
commit 81214ba06f

View file

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