diff options
| author | Mark Asselstine <mark.asselstine@windriver.com> | 2017-01-23 09:56:17 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-01-25 14:30:00 -0500 |
| commit | c3e58cb3774db2a703e21f138d0a486bbeb41c87 (patch) | |
| tree | 42d6ae66f076d5c4ed1f2437be08d5b95084c432 /meta-openstack/recipes-devtools/python/python-oslo.cache_git.bb | |
| parent | 82483f5ca0cf19df052f376c9c546e94aad71774 (diff) | |
| download | meta-cloud-services-c3e58cb3774db2a703e21f138d0a486bbeb41c87.tar.gz | |
python-oslo.cache: uprev to latest stable/newton
Minor runtime dependency updates. Requiers an uprev to
python-dogpile.cache
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.cache_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-oslo.cache_git.bb | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.cache_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.cache_git.bb index 1886e78..a20dfd7 100644 --- a/meta-openstack/recipes-devtools/python/python-oslo.cache_git.bb +++ b/meta-openstack/recipes-devtools/python/python-oslo.cache_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=1dece7821bf3fd70fe1309eaa37d52a2" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" |
| 6 | 6 | ||
| 7 | PV = "0.7.0+git${SRCPV}" | 7 | PV = "1.14.0+git${SRCPV}" |
| 8 | SRCREV = "24f10af201da9264ba3db6eb2e8fcf583008d6b6" | 8 | SRCREV = "ff5bbb96d73a83c1e25759c42a30f01608de5b8a" |
| 9 | 9 | ||
| 10 | SRCNAME = "oslo.cache" | 10 | SRCNAME = "oslo.cache" |
| 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 | ||
| @@ -23,13 +23,10 @@ DEPENDS += " \ | |||
| 23 | 23 | ||
| 24 | # RDEPENDS_default: | 24 | # RDEPENDS_default: |
| 25 | RDEPENDS_${PN} += " \ | 25 | RDEPENDS_${PN} += " \ |
| 26 | python-babel \ | ||
| 27 | python-dogpile.cache \ | 26 | python-dogpile.cache \ |
| 28 | python-six \ | 27 | python-six \ |
| 29 | python-oslo.config \ | 28 | python-oslo.config \ |
| 30 | python-oslo.i18n \ | 29 | python-oslo.i18n \ |
| 31 | python-oslo.log \ | 30 | python-oslo.log \ |
| 32 | python-oslo.utils \ | 31 | python-oslo.utils \ |
| 33 | python-memcached \ | ||
| 34 | python-pymongo \ | ||
| 35 | " | 32 | " |
