summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Gysin2015-10-31 00:04:27 +0200
committerChristoph Gysin2015-10-31 00:04:27 +0200
commitc2fb8987676e0ac6c31ae434e932139c2f8a690c (patch)
treeaf3bdd6a7f05c433361b9b02eb4d35bbfd3a0cba
parent2856cb77b4584cd0fcc41dc312614c265fad4cec (diff)
downloadaur-c2fb8987676e0ac6c31ae434e932139c2f8a690c.tar.gz
add missing dependencies
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c88665565af9..86a9dd60157e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,8 @@ pkgbase = bashate
license = Apache
makedepends = setuptools
depends = python
+ depends = python-pbr
+ depends = python-babel
source = http://pypi.python.org/packages/source/b/bashate/bashate-0.3.2.tar.gz
sha256sums = 8e1d2da26458f90389afb04069aea69e5db84370b27c18fb47dc45253e5513db
diff --git a/PKGBUILD b/PKGBUILD
index a974f21df859..987e9b194cec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,9 @@ pkgrel=1
pkgdesc="A pep8 equivalent for bash scripts"
arch=('any')
makedepends=('setuptools')
-depends=('python')
+depends=('python'
+ 'python-pbr'
+ 'python-babel')
url="https://github.com/openstack-dev/${pkgname}"
license=('Apache')
source=(http://pypi.python.org/packages/source/${pkgname:0:1}/${pkgname}/${pkgname}-${pkgver}.tar.gz)