python-ecdsa: remove noarch.

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

View file

@ -1,8 +1,7 @@
# Template file for 'python-ecdsa' # Template file for 'python-ecdsa'
pkgname=python-ecdsa pkgname=python-ecdsa
version=0.14.1 version=0.14.1
revision=2 revision=3
archs=noarch
wrksrc="${pkgname/python-/}-${version}" wrksrc="${pkgname/python-/}-${version}"
build_style=python-module build_style=python-module
pycompile_module="ecdsa" pycompile_module="ecdsa"
@ -25,7 +24,6 @@ post_install() {
} }
python3-ecdsa_package() { python3-ecdsa_package() {
archs=noarch
depends="python3-six" depends="python3-six"
pycompile_module="ecdsa" pycompile_module="ecdsa"
short_desc="${short_desc/Python2/Python3}" short_desc="${short_desc/Python2/Python3}"