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

Frederik Schwan freswa at gemini.archlinux.org
Mon Aug 22 13:37:14 UTC 2022


    Date: Monday, August 22, 2022 @ 13:37:14
  Author: freswa
Revision: 1274693

add dependency on python-filelock

Modified:
  ansible-lint/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-08-22 13:25:49 UTC (rev 1274692)
+++ PKGBUILD	2022-08-22 13:37:14 UTC (rev 1274693)
@@ -4,13 +4,12 @@
 
 pkgname=ansible-lint
 pkgver=6.5.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Checks playbooks for practices and behaviour that could potentially be improved."
 arch=('any')
 url="https://github.com/ansible/ansible-lint"
 license=('GPL3')
-depends=('python' 'ansible-core' 'python-ruamel-yaml' 'python-pyaml' 'python-rich' 'python-packaging'
-          'python-wcmatch' 'python-enrich' 'python-ansible-compat' 'python-jsonschema' 'yamllint')
+depends=(python ansible-core yamllint python-{ansible-compat,enrich,filelock,jsonschema,pyaml,packaging,rich,ruamel-yaml,wcmatch})
 makedepends=(python-{build,installer,setuptools,wheel})
 optdepends=('ansible: check official ansible collections')
 source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz



More information about the arch-commits mailing list