summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-oslo.policy_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-oslo.policy_git.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-oslo.policy_git.bb7
1 files changed, 4 insertions, 3 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.policy_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.policy_git.bb
index 01a9491..f586d28 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.policy_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslo.policy_git.bb
@@ -5,11 +5,11 @@ SECTION = "devel/python"
5LICENSE = "Apache-2" 5LICENSE = "Apache-2"
6LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" 6LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
7 7
8PV = "0.12.0+git${SRCPV}" 8PV = "1.14.0+git${SRCPV}"
9SRCREV = "dee7171326e138128486f1d2c3f7e639af875198" 9SRCREV = "018c7475c9dd75da0f902bbe3ec5d01855fa50d6"
10 10
11SRCNAME = "oslo.policy" 11SRCNAME = "oslo.policy"
12SRC_URI = "git://github.com/openstack/${SRCNAME}.git" 12SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton"
13 13
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
15 15
@@ -26,5 +26,6 @@ RDEPENDS_${PN} += " \
26 python-oslo.serialization \ 26 python-oslo.serialization \
27 python-oslo.utils \ 27 python-oslo.utils \
28 python-six \ 28 python-six \
29 python-pyyaml \
29 python-requests \ 30 python-requests \
30" 31"