Date: Thursday, April 8, 2021 @ 11:59:57
  Author: freswa
Revision: 913903

add python-tenacity as dependency

fixes FS#70365

Modified:
  ansible-lint/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2021-04-08 11:54:44 UTC (rev 913902)
+++ PKGBUILD    2021-04-08 11:59:57 UTC (rev 913903)
@@ -4,13 +4,13 @@
 
 pkgname=ansible-lint
 pkgver=5.0.7
-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=('MIT')
 depends=('python' 'ansible-base' 'python-ruamel-yaml' 'python-pyaml' 
'python-rich' 'python-packaging'
-          'python-wcmatch' 'python-enrich')
+          'python-wcmatch' 'python-enrich' 'python-tenacity')
 checkdepends=('python-pytest')
 optdepends=('yamllint: check for yaml syntax mistakes'
             'ansible: check official ansible collections')

Reply via email to