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

David Runge dvzrv at archlinux.org
Mon May 4 17:05:49 UTC 2020


    Date: Monday, May 4, 2020 @ 17:05:49
  Author: dvzrv
Revision: 624749

upgpkg: molecule 3.0.4-2: Adding python-selinux to depends (FS#66533).

Modified:
  molecule/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-04 17:02:29 UTC (rev 624748)
+++ PKGBUILD	2020-05-04 17:05:49 UTC (rev 624749)
@@ -2,7 +2,7 @@
 
 pkgname=molecule
 pkgver=3.0.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Aids in the development and testing of Ansible roles"
 arch=('any')
 url="https://github.com/ansible-community/molecule"
@@ -10,8 +10,8 @@
 depends=('ansible' 'python-cerberus' 'python-click' 'python-click-completion'
 'python-click-help-colors' 'python-colorama' 'python-cookiecutter'
 'python-gilt' 'python-jinja' 'python-paramiko' 'python-pexpect' 'python-pluggy'
-'python-sh' 'python-six' 'python-tabulate' 'python-tree-format' 'python-yaml'
-'yamllint')
+'python-selinux' 'python-sh' 'python-six' 'python-tabulate'
+'python-tree-format' 'python-yaml' 'yamllint')
 makedepends=('python-setuptools-scm' 'python-simplejson')
 # TODO: potentially add 'python-shade'
 checkdepends=('docker' 'python-ansi2html' 'python-docker' 'python-mock'



More information about the arch-commits mailing list