From c50191855909a5615415e98330b9e05c183de64e Mon Sep 17 00:00:00 2001 From: Frank Steinborn Date: Wed, 5 Sep 2018 20:06:42 +0200 Subject: [PATCH] ansible: switch to python3 (#1962) --- srcpkgs/ansible/template | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/srcpkgs/ansible/template b/srcpkgs/ansible/template index 92514072ac4..f565e09e1ba 100644 --- a/srcpkgs/ansible/template +++ b/srcpkgs/ansible/template @@ -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 " license="GPL-3.0-or-later"