From cb3ab4308b43bfcd706cca874229489fe9156fbc Mon Sep 17 00:00:00 2001 From: Nathan Owens Date: Wed, 11 Dec 2019 18:16:32 -0600 Subject: [PATCH] s3cmd: change to python3 Signed-off-by: Nathan Owens --- srcpkgs/s3cmd/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/s3cmd/template b/srcpkgs/s3cmd/template index ee349f67786..77c41d10725 100644 --- a/srcpkgs/s3cmd/template +++ b/srcpkgs/s3cmd/template @@ -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 " license="GPL-2.0-or-later"