summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2018-04-04 16:03:39 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2018-04-09 10:48:37 -0400
commit7d68719268bc895ca7665007ad6f670389df1415 (patch)
treef8a0994a1acd35fd781774a83cdc0fa7fac3f151 /meta-openstack/recipes-devtools/python
parent1971da9c1e7768aa3cc49b40fa4175b9895799fd (diff)
downloadmeta-cloud-services-7d68719268bc895ca7665007ad6f670389df1415.tar.gz
python-oslo.i18n: was uprev'd incorrectly
The original commit had a mistake in it giving the impression 3.20.0 was on the stable/pike branch when in fact it was not. We want all openstack components on stable/pike so this uprev is not valid and we must bring back the old version and set it as the PREFERRED_VERSION. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
-rw-r--r--meta-openstack/recipes-devtools/python/python-oslo.i18n_3.20.0.bb33
-rw-r--r--meta-openstack/recipes-devtools/python/python-oslo.i18n_git.bb6
2 files changed, 36 insertions, 3 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.i18n_3.20.0.bb b/meta-openstack/recipes-devtools/python/python-oslo.i18n_3.20.0.bb
new file mode 100644
index 0000000..76a8b53
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-oslo.i18n_3.20.0.bb
@@ -0,0 +1,33 @@
1DESCRIPTION = "oslo.i18n library"
2HOMEPAGE = "http://launchpad.net/oslo"
3SECTION = "devel/python"
4LICENSE = "Apache-2"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
6
7SRCREV = "172e20b10981069c36b0f42377e5b4fbe22a9864"
8
9SRCNAME = "oslo.i18n"
10SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master"
11
12S = "${WORKDIR}/git"
13
14inherit setuptools
15
16# DEPENDS_default: python-pip
17
18DEPENDS += " \
19 python-pip \
20 python-pbr \
21 "
22
23# Satisfy setup.py 'setup_requires'
24DEPENDS += " \
25 python-pbr-native \
26 "
27
28# RDEPENDS_default:
29RDEPENDS_${PN} += " \
30 python-babel \
31 python-pbr \
32 python-six \
33 "
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.i18n_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.i18n_git.bb
index 9fe3d00..9f7ddc5 100644
--- a/meta-openstack/recipes-devtools/python/python-oslo.i18n_git.bb
+++ b/meta-openstack/recipes-devtools/python/python-oslo.i18n_git.bb
@@ -4,11 +4,11 @@ SECTION = "devel/python"
4LICENSE = "Apache-2" 4LICENSE = "Apache-2"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
6 6
7PV = "3.20.0+git${SRCPV}" 7PV = "3.17.0+git${SRCPV}"
8SRCREV = "172e20b10981069c36b0f42377e5b4fbe22a9864" 8SRCREV = "f2729cd36f8694a6ec53a0e700599ddf4427440d"
9 9
10SRCNAME = "oslo.i18n" 10SRCNAME = "oslo.i18n"
11SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master" 11SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike"
12 12
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
14 14