ansible: switch to python3 (#1962)

This commit is contained in:
Frank Steinborn 2018-09-05 20:06:42 +02:00 committed by cr6git
parent 81a4738363
commit c501918559

View File

@ -1,13 +1,13 @@
# Template file for 'ansible'
pkgname=ansible
version=2.6.3
revision=1
revision=2
noarch=yes
build_style=python2-module
build_style=python3-module
pycompile_module="ansible"
hostmakedepends="python-setuptools"
depends="${hostmakedepends} python-cryptography python-Jinja2 python-paramiko
python-yaml"
hostmakedepends="python3-setuptools"
depends="${hostmakedepends} python3-cryptography python3-Jinja2 python3-paramiko
python3-yaml"
short_desc="Simple deployment, configuration management and execution framework"
maintainer="Michael Aldridge <maldridge@VoidLinux.eu>"
license="GPL-3.0-or-later"