aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-openstack/recipes-devtools/python/python-oslo.cache_git.bb9
1 files changed, 3 insertions, 6 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.cache_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.cache_git.bb
index 1886e786..a20dfd7d 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.cache_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslo.cache_git.bb
@@ -4,11 +4,11 @@ SECTION = "devel/python"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
-PV = "0.7.0+git${SRCPV}"
-SRCREV = "24f10af201da9264ba3db6eb2e8fcf583008d6b6"
+PV = "1.14.0+git${SRCPV}"
+SRCREV = "ff5bbb96d73a83c1e25759c42a30f01608de5b8a"
SRCNAME = "oslo.cache"
-SRC_URI = "git://github.com/openstack/${SRCNAME}.git"
+SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton"
S = "${WORKDIR}/git"
@@ -23,13 +23,10 @@ DEPENDS += " \
# RDEPENDS_default:
RDEPENDS_${PN} += " \
- python-babel \
python-dogpile.cache \
python-six \
python-oslo.config \
python-oslo.i18n \
python-oslo.log \
python-oslo.utils \
- python-memcached \
- python-pymongo \
"