# Description: an open source IT automation engine # URL: https://www.redhat.com/en/ansible-collaborative # Maintainer: Tim Biermann, tbier at posteo dot de # Depends on: python3-docutils python3-jinja2 python3-paramiko python3-pyyaml python3-resolvelib python3-typing_extensions # Optional: python3-argcomplete python3-dnspython python3-jmespath python3-netaddr python3-passlib python3-pywinrm sshpass name=ansible-core version=2.19.1 release=1 source=(https://github.com/ansible/ansible/archive/v$version/ansible-$version.tar.gz) build() { cd ansible-$version /usr/bin/python3 -m build --wheel --skip-dependency-check --no-isolation /usr/bin/python3 -m installer --destdir=$PKG dist/*.whl }