From df2df56364d3694136fea38331e2eefdb776738a Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Mon, 17 Oct 2016 10:08:19 +0200 Subject: [PATCH] s3cmd: switch to python2-module --- srcpkgs/s3cmd/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/s3cmd/template b/srcpkgs/s3cmd/template index 33c65072879..cc7e96d8a0b 100644 --- a/srcpkgs/s3cmd/template +++ b/srcpkgs/s3cmd/template @@ -3,7 +3,7 @@ pkgname=s3cmd version=1.6.1 revision=1 noarch=yes -build_style=python-module +build_style=python2-module pycompile_module="S3" hostmakedepends="python-setuptools" depends="python-dateutil"