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

Sven-Hendrik Haase svenstaro at archlinux.org
Fri Mar 16 06:31:50 UTC 2018


    Date: Friday, March 16, 2018 @ 06:31:50
  Author: svenstaro
Revision: 308769

Depend on python2-boto3

Modified:
  ansible/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-16 06:29:12 UTC (rev 308768)
+++ PKGBUILD	2018-03-16 06:31:50 UTC (rev 308769)
@@ -8,7 +8,7 @@
 
 pkgname=(ansible python-ansible)
 pkgver=2.4.3.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Radically simple IT automation platform'
 arch=('any')
 url='https://www.ansible.com'
@@ -21,7 +21,7 @@
             'python2-pywinrm: connect to Windows machines'
             'python2-dnspython: for dig lookup'
             'python2-ovirt-engine-sdk: ovirt support'
-            'python2-boto: aws_s3 module'
+            'python2-boto3: aws_s3 module'
             'python2-jmespath: json_query support')
 makedepends=('asciidoc' 'fakeroot' 'python' 'python2-setuptools'
              'python-setuptools')



More information about the arch-commits mailing list