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

Sven-Hendrik Haase svenstaro at archlinux.org
Thu Apr 29 21:39:53 UTC 2021


    Date: Thursday, April 29, 2021 @ 21:39:52
  Author: svenstaro
Revision: 925274

upgpkg: ansible-core 2.11.0-2: Add python-resolvelib dep (FS#70639)

Modified:
  ansible-core/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-29 21:36:54 UTC (rev 925273)
+++ PKGBUILD	2021-04-29 21:39:52 UTC (rev 925274)
@@ -7,12 +7,12 @@
 
 pkgname=ansible-core
 pkgver=2.11.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Radically simple IT automation platform'
 arch=('any')
 url='https://pypi.org/project/ansible-core'
 license=('GPL3')
-depends=('python' 'python-yaml' 'python-paramiko' 'python-jinja')
+depends=('python' 'python-yaml' 'python-paramiko' 'python-jinja' 'python-resolvelib')
 provides=('python-ansible' 'ansible-base')
 replaces=('ansible-base')
 optdepends=('sshpass: for ssh connections with password'



More information about the arch-commits mailing list