summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-oslo.service_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-oslo.service_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-oslo.service_git.bb7
1 files changed, 3 insertions, 4 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.service_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.service_git.bb
index 379bff3..a1e5e1a 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.service_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslo.service_git.bb
@@ -4,11 +4,11 @@ SECTION = "devel/python"
4LICENSE = "Apache-2" 4LICENSE = "Apache-2"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
6 6
7PV = "0.11.0" 7PV = "0.16.0"
8SRCREV = "3336127916edcd1d94f9bb2df978facb434efa5e" 8SRCREV = "e11a2880777249674664ec330004fda5e605ac73"
9 9
10SRCNAME = "oslo.service" 10SRCNAME = "oslo.service"
11SRC_URI = "git://github.com/openstack/${SRCNAME}.git" 11SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton"
12 12
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
14 14
@@ -21,7 +21,6 @@ DEPENDS += " \
21 21
22RDEPENDS_${PN} += " \ 22RDEPENDS_${PN} += " \
23 python-pbr \ 23 python-pbr \
24 python-babel \
25 python-webob \ 24 python-webob \
26 python-eventlet \ 25 python-eventlet \
27 python-greenlet \ 26 python-greenlet \