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

Frederik Schwan freswa at archlinux.org
Mon Dec 14 14:02:33 UTC 2020


    Date: Monday, December 14, 2020 @ 14:02:32
  Author: freswa
Revision: 775011

add python-packaging as dependency

fix FS#68971

Modified:
  ansible-lint/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-14 14:02:25 UTC (rev 775010)
+++ PKGBUILD	2020-12-14 14:02:32 UTC (rev 775011)
@@ -4,12 +4,12 @@
 
 pkgname=ansible-lint
 pkgver=4.3.7
-pkgrel=3
+pkgrel=4
 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' 'python-ruamel-yaml' 'python-pyaml' 'python-rich')
+depends=('python' 'ansible' 'python-ruamel-yaml' 'python-pyaml' 'python-rich' 'python-packaging')
 makedepends=('git')
 checkdepends=('python-pytest')
 source=(https://github.com/ansible/ansible-lint/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)



More information about the arch-commits mailing list