summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndy Botting2018-04-12 13:20:53 +1000
committerAndy Botting2018-04-12 13:20:53 +1000
commit97e206329579cf48a5c4c316e2b93e905d983135 (patch)
treeba7d217c3af9420b4ff69f2359ce4dee9068e639 /PKGBUILD
parentc2e8a8d6d82122c4e2ca39bf7d852373da75a607 (diff)
downloadaur-97e206329579cf48a5c4c316e2b93e905d983135.tar.gz
Remove dependency on Ceilometer
https://github.com/openstack/osprofiler/commit/0bb909c7a039f17b957d920c93d366d89e581280
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b4fe30e101f4..3f55b1fb2e2c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_module='osprofiler'
pkgname=('python-osprofiler' 'python2-osprofiler')
pkgver='2.0.0'
-pkgrel='1'
+pkgrel='2'
pkgdesc='Library for cross-project profiling library'
arch=('any')
url="https://docs.openstack.org/developer/${_module}/"
@@ -20,7 +20,6 @@ checkdepends=('python-mock' 'python2-mock'
'python-ddt' 'python2-ddt'
'python-testrepository' 'python2-testrepository'
'python-testtools' 'python2-testtools'
- 'python-ceilometerclient' 'python2-ceilometerclient'
'python-elasticsearch' 'python2-elasticsearch'
'python-pymongo' 'python2-pymongo'
'python-redis' 'python2-redis'