s3cmd: change to python3
Signed-off-by: Nathan Owens <ndowens04@gmail.com>
This commit is contained in:
parent
ae9f22d89d
commit
cb3ab4308b
1 changed files with 4 additions and 4 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue