summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristoph Gysin2015-10-31 00:04:27 +0200
committerChristoph Gysin2015-10-31 00:04:27 +0200
commitc2fb8987676e0ac6c31ae434e932139c2f8a690c (patch)
treeaf3bdd6a7f05c433361b9b02eb4d35bbfd3a0cba /PKGBUILD
parent2856cb77b4584cd0fcc41dc312614c265fad4cec (diff)
downloadaur-c2fb8987676e0ac6c31ae434e932139c2f8a690c.tar.gz
add missing dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 3 insertions, 1 deletions
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)