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

Jan Steffens heftig at archlinux.org
Fri Mar 3 18:51:55 UTC 2017


    Date: Friday, March 3, 2017 @ 18:51:54
  Author: heftig
Revision: 214667

Add python2-jmespath optdep

Modified:
  ansible/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-03-03 18:16:14 UTC (rev 214666)
+++ PKGBUILD	2017-03-03 18:51:54 UTC (rev 214667)
@@ -16,7 +16,8 @@
 depends=('python2' 'python2-yaml' 'python2-paramiko' 'python2-jinja' 'python2-crypto')
 optdepends=('python2-passlib: crypt values for vars_prompt'
             'python2-netaddr: for the ipaddr filter'
-            'python2-systemd: log to journal')
+            'python2-systemd: log to journal'
+            'python2-jmespath: json_query support')
 makedepends=('asciidoc' 'fakeroot' 'python' 'python2-setuptools'
              'python-setuptools') 
 backup=('etc/ansible/ansible.cfg')



More information about the arch-commits mailing list