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

Frederik Schwan freswa at gemini.archlinux.org
Mon Apr 25 21:55:47 UTC 2022


    Date: Monday, April 25, 2022 @ 21:55:46
  Author: freswa
Revision: 1190134

remove python-tenacity from deps

fixes FS#74557

Modified:
  ansible-lint/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-04-25 21:39:22 UTC (rev 1190133)
+++ PKGBUILD	2022-04-25 21:55:46 UTC (rev 1190134)
@@ -4,13 +4,13 @@
 
 pkgname=ansible-lint
 pkgver=6.0.2
-pkgrel=4
+pkgrel=5
 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-tenacity' 'python-ansible-compat' 'yamllint')
+          'python-wcmatch' 'python-enrich' 'python-ansible-compat' 'yamllint')
 makedepends=('python-build' 'python-installer' 'python-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