summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorErhan SAHIN2015-06-29 01:30:57 +0300
committerErhan SAHIN2015-06-29 01:30:57 +0300
commitdf702063a106db79a9dd292af671606372974b83 (patch)
tree16e613f8bc39cc6eced3c78f9fbf45316de7c930 /PKGBUILD
parent41f0c136a9a21b55a307f9ca6756bb6e020df8b9 (diff)
downloadaur-python2-glance-store-kilo.tar.gz
dependency fix
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 71a7793d561f..fb754d372ea1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=("python2-glance-store-kilo")
pkgver="0.4.0"
-pkgrel="1"
+pkgrel="2"
pkgdesc="OpenStack Glance backend store-drivers Library"
arch=("any")
url="https://github.com/openstack/glance_store"
@@ -10,7 +10,7 @@ license=("Apache")
makedepends=("python2-setuptools" )
source=("https://pypi.python.org/packages/source/g/glance_store/glance_store-${pkgver}.tar.gz")
sha256sums=('cd15e9f9a08dc8d3eeaa452682c8e53423f848eaadf064c0ee8068583aa31154')
-depends=("python2-oslo-config>=1.6.0"
+depends=("python2-oslo-config-kilo"
"python2-oslo-i18n-kilo"
"python2-oslo-serialization-kilo"
"python2-oslo-utils-kilo"
@@ -28,7 +28,7 @@ build() {
}
package() {
- depends=("python2-oslo-config>=1.6.0"
+ depends=("python2-oslo-config-kilo"
"python2-oslo-i18n-kilo"
"python2-oslo-serialization-kilo"
"python2-oslo-utils-kilo"