From 9c33e07f5b8ed8c3cfb9ef259f0b06a36035bf3b Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Sun, 16 Oct 2016 22:56:58 +0200 Subject: [PATCH] ansible: switch to python2-module --- srcpkgs/ansible/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/ansible/template b/srcpkgs/ansible/template index 542615b7e0c..842fd720fe3 100644 --- a/srcpkgs/ansible/template +++ b/srcpkgs/ansible/template @@ -3,7 +3,7 @@ pkgname=ansible version=2.1.0.0 revision=1 noarch=yes -build_style=python-module +build_style=python2-module hostmakedepends="python-setuptools" depends="${hostmakedepends} python-crypto python-Jinja2 python-paramiko python-yaml python-six"