summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-openstack/recipes-devtools/python/python-oslo.config_git.bb9
1 files changed, 6 insertions, 3 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.config_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.config_git.bb
index abd3269..a8e6a68 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.config_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslo.config_git.bb
@@ -4,11 +4,11 @@ SECTION = "devel/python"
4LICENSE = "Apache-2.0" 4LICENSE = "Apache-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=c46f31914956e4579f9b488e71415ac8" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=c46f31914956e4579f9b488e71415ac8"
6 6
7PV = "2.6.0+git${SRCPV}" 7PV = "3.17.0+git${SRCPV}"
8SRCREV = "ee2bab65e9a2f38bb915f106a4da1520e4b5060c" 8SRCREV = "2f2c1839b7423185a6a48e7b3ca3c3274d5ba8f3"
9 9
10SRCNAME = "oslo.config" 10SRCNAME = "oslo.config"
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
@@ -24,4 +24,7 @@ RDEPENDS_${PN} += " \
24 python-netaddr \ 24 python-netaddr \
25 python-six \ 25 python-six \
26 python-stevedore \ 26 python-stevedore \
27 python-debtcollector \
28 python-oslo.i18n \
29 python-rfc3986 \
27 " 30 "