s3cmd: change to python3

Signed-off-by: Nathan Owens <ndowens04@gmail.com>
This commit is contained in:
Nathan Owens 2019-12-11 18:16:32 -06:00 committed by Helmut Pozimski
parent ae9f22d89d
commit cb3ab4308b

View file

@ -1,12 +1,12 @@
# Template file for 's3cmd'
pkgname=s3cmd
version=2.0.2
revision=1
revision=2
archs=noarch
build_style=python2-module
build_style=python3-module
pycompile_module="S3"
hostmakedepends="python-setuptools"
depends="python-dateutil"
hostmakedepends="python3-setuptools"
depends="python3-dateutil"
short_desc="Command line tool for Amazon S3"
maintainer="Duncaen <duncaen@voidlinux.org>"
license="GPL-2.0-or-later"