summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChad Harp2015-11-10 14:58:53 -0600
committerChad Harp2015-11-10 14:58:53 -0600
commita86989ee2f9b3c04b9862dfe2b6c6d09ac606095 (patch)
tree605cf9926a75ae775c87ac9e15eecbb3b8d68a82 /PKGBUILD
parent4cb0d48821ce8fffe0813c3cc2c2588178389072 (diff)
downloadaur-a86989ee2f9b3c04b9862dfe2b6c6d09ac606095.tar.gz
Add dependencies on python2-httplib2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 762dc8185c66..3ec8c749b863 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname="ravello"
pkgver=2.0
-pkgrel=2
+pkgrel=3
pkgdesc="ravello systems tool"
url="https://www.ravellosystems.com/"
license=('Unknown')
@@ -13,7 +13,7 @@ sha512sums=('14f76391aa2ee7d147430b9885cc759eacb7cffb52539ea503f8f26c962c0c2d81a
arch=('any')
depends=('python2' 'python2-pysphere' 'python2-requests' 'python2-pefile-git'
'python2-argparse' 'python2-jsonpickle' 'python2-webpy' 'python2-mimerender'
-'python2-boto')
+'python2-boto' 'python2-httplib2')
makedepends=('python2-setuptools')
conflicts=("${_gitname}")