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'
pkgname=python-ecdsa
version=0.14.1
revision=2
archs=noarch
revision=3
wrksrc="${pkgname/python-/}-${version}"
build_style=python-module
pycompile_module="ecdsa"
@ -25,7 +24,6 @@ post_install() {
}
python3-ecdsa_package() {
archs=noarch
depends="python3-six"
pycompile_module="ecdsa"
short_desc="${short_desc/Python2/Python3}"