ansible: switch to python3 (#1962)
This commit is contained in:
parent
81a4738363
commit
c501918559
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user