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

Jelle van der Waa jelle at archlinux.org
Mon Jun 19 18:21:38 UTC 2017


    Date: Monday, June 19, 2017 @ 18:21:38
  Author: jelle
Revision: 238715

Fix FS#54504

Add missing dep to python2-pbr

Modified:
  bandit/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-19 18:16:50 UTC (rev 238714)
+++ PKGBUILD	2017-06-19 18:21:38 UTC (rev 238715)
@@ -2,12 +2,12 @@
 
 pkgname=bandit
 pkgver=1.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Python security linter from OpenStack Security'
 arch=('any')
 url='https://wiki.openstack.org/wiki/Security/Projects/Bandit'
 license=('Apache')
-depends=('python2-yaml' 'python2-stevedore' 'python2-appdirs' 'python2-six')
+depends=('python2-yaml' 'python2-stevedore' 'python2-appdirs' 'python2-six' 'python2-pbr')
 makedepends=('python2-setuptools' 'git')
 source=('https://pypi.python.org/packages/45/b2/f5a4adb1e7773e6d631481b784ad49e6ec56aa81e9fdafcabf0fe3e0241a/bandit-1.4.0.tar.gz')
 md5sums=('f74155cb9921be857693b32d2531e857')



More information about the arch-commits mailing list