diff --git a/srcpkgs/ansible/template b/srcpkgs/ansible/template index 4d694f2107c..2bce297348f 100644 --- a/srcpkgs/ansible/template +++ b/srcpkgs/ansible/template @@ -1,17 +1,15 @@ # Template file for 'ansible' pkgname=ansible -version=5.9.0 +version=6.0.0 revision=1 -build_style=python3-module -hostmakedepends="python3-setuptools" +build_style="python3-pep517" +hostmakedepends="python3-setuptools python3-wheel" depends="ansible-core" short_desc="Simple deployment, configuration management and execution framework" maintainer="Jan Christian Grünhage " license="GPL-3.0-or-later" homepage="https://www.ansible.com/" distfiles="${PYPI_SITE}/a/ansible/ansible-${version}.tar.gz" -checksum=6f2f762fca6cff0401a6d2119b8ba3b2f111ea1a93fd203c86df09bc75570f18 -# Tests are currently broken for ansible on python 3.10 -# See https://github.com/ansible/ansible/issues/74658 -# and https://github.com/ansible/ansible/issues/74660 +checksum=641a2c27bc5768f9a8ad14880f1f6e571c1f2af1d45e76f271d76e3f74754c53 +# Relevant tests happen in ansible-core make_check=no