diff --git a/srcpkgs/python-ecdsa/template b/srcpkgs/python-ecdsa/template index 9e1108b28eb..64d642f26b6 100644 --- a/srcpkgs/python-ecdsa/template +++ b/srcpkgs/python-ecdsa/template @@ -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}"