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

David Runge dvzrv at archlinux.org
Sun Mar 15 17:36:30 UTC 2020


    Date: Sunday, March 15, 2020 @ 17:36:30
  Author: dvzrv
Revision: 598381

upgpkg: molecule 3.0.2-3: Adding python-vagrant as optdepends for the vagrant driver.

Modified:
  molecule/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-03-15 17:35:56 UTC (rev 598380)
+++ PKGBUILD	2020-03-15 17:36:30 UTC (rev 598381)
@@ -2,7 +2,7 @@
 
 pkgname=molecule
 pkgver=3.0.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Aids in the development and testing of Ansible roles"
 arch=('any')
 url="https://github.com/ansible-community/molecule"
@@ -21,7 +21,8 @@
 optdepends=('docker: for the docker driver'
             'podman: for the podman driver'
             'python-pywinrm: for Windows support'
-            'python-testinfra: for the testinfra verifier')
+            'python-testinfra: for the testinfra verifier'
+            'python-vagrant: for the vagrant driver')
 source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz")
 sha512sums=('fc7a1b4c70f075f9fdf3288c248406ab650569799d0b038e03547e7d0a3937b594a4de1b676cee204df1ddce6b85e5a3378b92a578e8d1b5b02bcc2ef224ccd3')
 



More information about the arch-commits mailing list