[arch-commits] Commit in ansible-core/trunk (PKGBUILD)
Sven-Hendrik Haase
svenstaro at gemini.archlinux.org
Sat Sep 10 23:49:20 UTC 2022
Date: Saturday, September 10, 2022 @ 23:49:19
Author: svenstaro
Revision: 1300437
upgpkg: ansible-core 2.13.3-2: Add dep on python-packaging for ansible-galaxy
Modified:
ansible-core/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-09-10 22:18:42 UTC (rev 1300436)
+++ PKGBUILD 2022-09-10 23:49:19 UTC (rev 1300437)
@@ -7,12 +7,12 @@
pkgname=ansible-core
pkgver=2.13.3
-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' 'python-resolvelib')
+depends=('python' 'python-yaml' 'python-paramiko' 'python-jinja' 'python-resolvelib' 'python-packaging')
optdepends=('sshpass: for ssh connections with password'
'python-passlib: crypt values for vars_prompt'
'python-netaddr: for the ipaddr filter'
More information about the arch-commits
mailing list