[arch-commits] Commit in ansible/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at archlinux.org
Wed Apr 19 18:08:02 UTC 2017


    Date: Wednesday, April 19, 2017 @ 18:08:01
  Author: svenstaro
Revision: 223836

upgpkg: ansible 2.3.0.0-2

Add python2-pywinrm and python2-ovirt-engine-sdk to optdeps

Modified:
  ansible/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-04-19 18:04:54 UTC (rev 223835)
+++ PKGBUILD	2017-04-19 18:08:01 UTC (rev 223836)
@@ -8,7 +8,7 @@
 
 pkgname=(ansible python-ansible)
 pkgver=2.3.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Radically simple IT automation platform'
 arch=('any')
 url='http://www.ansible.com'
@@ -17,6 +17,8 @@
 optdepends=('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)'
+            'python2-ovirt-engine-sdk: ovirt support (in AUR)'
             'python2-jmespath: json_query support')
 makedepends=('asciidoc' 'fakeroot' 'python' 'python2-setuptools'
              'python-setuptools') 



More information about the arch-commits mailing list