summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorZhuoyun Wei2017-02-26 14:14:35 +0800
committerZhuoyun Wei2017-02-26 14:14:35 +0800
commitfcf9a79bc32061279051953badbd13f84dac22ae (patch)
tree5b165fbe2e5ab2ed440ab14fe1b44e190c2c58d0 /PKGBUILD
parentc951a6be70976a7958a8db48f3347e369dee3040 (diff)
downloadaur-fcf9a79bc32061279051953badbd13f84dac22ae.tar.gz
Add python-xcffib as dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c7ec9a3666c0..fab059ead0ff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=graphite-api
pkgver=1.1.3
-pkgrel=1
+pkgrel=2
pkgdesc="Graphite-web, without the interface. Just the rendering HTTP API."
url="https://github.com/brutasse/graphite-api"
license=('Apache')
depends=('python' 'python-pytz' 'python-six' 'python-flask' 'python-structlog'
'python-yaml' 'python-tzlocal' 'python-cairocffi' 'python-pyparsing'
- 'gunicorn')
+ 'python-xcffib' 'gunicorn')
makedepends=('python-setuptools' 'python-mock')
optdepends=('python-flask-cache: For caching'
'python-raven: For sentry support'