diff options
| author | Mark Asselstine <mark.asselstine@windriver.com> | 2017-01-20 15:49:25 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-01-20 15:54:51 -0500 |
| commit | 0b90552d85c19691b14c1c49c96aa8c5aae7858f (patch) | |
| tree | 5410d1847e496c351c3d0dcaea0bc1493e4c1364 /meta-openstack/recipes-devtools/python/python-oslo.db_git.bb | |
| parent | c3a5a1a77d43ba6b9bc194dd8bf7178ab58e0be5 (diff) | |
| download | meta-cloud-services-0b90552d85c19691b14c1c49c96aa8c5aae7858f.tar.gz | |
python-oslo.db: uprev to latest stable/newton
Required some dependencies to be uprev's such as python-oslo.context
and python-oslo.utils as well as version pinning python-sqlalchemy.
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/python-oslo.db_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-oslo.db_git.bb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.db_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.db_git.bb index f3f7074..ca48d78 100644 --- a/meta-openstack/recipes-devtools/python/python-oslo.db_git.bb +++ b/meta-openstack/recipes-devtools/python/python-oslo.db_git.bb | |||
| @@ -4,11 +4,11 @@ SECTION = "devel/python" | |||
| 4 | LICENSE = "Apache-2.0" | 4 | LICENSE = "Apache-2.0" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658" |
| 6 | 6 | ||
| 7 | PV = "3.1.0+git${SRCPV}" | 7 | PV = "4.13.5+git${SRCPV}" |
| 8 | SRCREV = "3afd58f6ab0fc2acb1dd92f652cec48e87763cf6" | 8 | SRCREV = "086be4ac91b17942370980a35d67d48d2e42567a" |
| 9 | 9 | ||
| 10 | SRCNAME = "oslo.db" | 10 | SRCNAME = "oslo.db" |
| 11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git" | 11 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton" |
| 12 | 12 | ||
| 13 | S = "${WORKDIR}/git" | 13 | S = "${WORKDIR}/git" |
| 14 | 14 | ||
| @@ -33,4 +33,5 @@ RDEPENDS_${PN} += " \ | |||
| 33 | python-sqlalchemy-migrate \ | 33 | python-sqlalchemy-migrate \ |
| 34 | python-stevedore \ | 34 | python-stevedore \ |
| 35 | python-pbr \ | 35 | python-pbr \ |
| 36 | python-debtcollector \ | ||
| 36 | " | 37 | " |
