[arch-commits] Commit in ansible/trunk (PKGBUILD)
Sven-Hendrik Haase
svenstaro at archlinux.org
Wed Apr 19 19:45:42 UTC 2017
Date: Wednesday, April 19, 2017 @ 19:45:41
Author: svenstaro
Revision: 223864
upgpkg: ansible 2.3.0.0-3
Add sshpass to optdeps
Modified:
ansible/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-04-19 19:41:16 UTC (rev 223863)
+++ PKGBUILD 2017-04-19 19:45:41 UTC (rev 223864)
@@ -8,13 +8,14 @@
pkgname=(ansible python-ansible)
pkgver=2.3.0.0
-pkgrel=2
+pkgrel=3
pkgdesc='Radically simple IT automation platform'
arch=('any')
url='http://www.ansible.com'
license=('GPL3')
depends=('python2' 'python2-yaml' 'python2-paramiko' 'python2-jinja' 'python2-crypto')
-optdepends=('python2-passlib: crypt values for vars_prompt'
+optdepends=('sshpass: for ssh connections with password'
+ 'python2-passlib: crypt values for vars_prompt'
'python2-netaddr: for the ipaddr filter'
'python2-systemd: log to journal'
'python2-pywinrm: connect to Windows machines (in AUR)'
More information about the arch-commits
mailing list