diff options
| author | Mark Asselstine <mark.asselstine@windriver.com> | 2018-04-04 16:03:39 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2018-04-09 10:48:37 -0400 |
| commit | 7d68719268bc895ca7665007ad6f670389df1415 (patch) | |
| tree | f8a0994a1acd35fd781774a83cdc0fa7fac3f151 /meta-openstack/recipes-devtools/python | |
| parent | 1971da9c1e7768aa3cc49b40fa4175b9895799fd (diff) | |
| download | meta-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.bb | 33 | ||||
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-oslo.i18n_git.bb | 6 |
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 @@ | |||
| 1 | DESCRIPTION = "oslo.i18n library" | ||
| 2 | HOMEPAGE = "http://launchpad.net/oslo" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" | ||
| 6 | |||
| 7 | SRCREV = "172e20b10981069c36b0f42377e5b4fbe22a9864" | ||
| 8 | |||
| 9 | SRCNAME = "oslo.i18n" | ||
| 10 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master" | ||
| 11 | |||
| 12 | S = "${WORKDIR}/git" | ||
| 13 | |||
| 14 | inherit setuptools | ||
| 15 | |||
| 16 | # DEPENDS_default: python-pip | ||
| 17 | |||
| 18 | DEPENDS += " \ | ||
| 19 | python-pip \ | ||
| 20 | python-pbr \ | ||
| 21 | " | ||
| 22 | |||
| 23 | # Satisfy setup.py 'setup_requires' | ||
| 24 | DEPENDS += " \ | ||
| 25 | python-pbr-native \ | ||
| 26 | " | ||
| 27 | |||
| 28 | # RDEPENDS_default: | ||
| 29 | RDEPENDS_${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" | |||
| 4 | LICENSE = "Apache-2" | 4 | LICENSE = "Apache-2" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" |
| 6 | 6 | ||
| 7 | PV = "3.20.0+git${SRCPV}" | 7 | PV = "3.17.0+git${SRCPV}" |
| 8 | SRCREV = "172e20b10981069c36b0f42377e5b4fbe22a9864" | 8 | SRCREV = "f2729cd36f8694a6ec53a0e700599ddf4427440d" |
| 9 | 9 | ||
| 10 | SRCNAME = "oslo.i18n" | 10 | SRCNAME = "oslo.i18n" |
| 11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=master" | 11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/pike" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
| 14 | 14 | ||
