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, 4 insertions, 3 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 f754444..0cea229 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 = "1.16.0" 7PV = "1.25.0"
8SRCREV = "e11a2880777249674664ec330004fda5e605ac73" 8SRCREV = "0020bef6a503905aca5cdb70aee54e1c5f2ff472"
9 9
10SRCNAME = "oslo.service" 10SRCNAME = "oslo.service"
11SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton" 11SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike"
12 12
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
14 14
@@ -35,3 +35,4 @@ RDEPENDS_${PN} += " \
35 python-paste \ 35 python-paste \
36 python-routes \ 36 python-routes \
37 " 37 "
38 \ No newline at end of file