diff options
| author | Mark Asselstine <mark.asselstine@windriver.com> | 2017-01-23 15:41:41 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-01-25 14:30:00 -0500 |
| commit | e00338465cfa03a930c9dc2eb1fd3d699c5f156e (patch) | |
| tree | aa7fbb0a9c036ad18bc9838e929697d84e90cf7b | |
| parent | fa1c6a10fc571c8591e112dc0d29143903743670 (diff) | |
| download | meta-cloud-services-e00338465cfa03a930c9dc2eb1fd3d699c5f156e.tar.gz | |
python-oslo.policy: uprev to latest stable/newton
Updated runtime dependency list, otherwise all dependency versions are
already in place.
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-oslo.policy_git.bb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-oslo.policy_git.bb b/meta-openstack/recipes-devtools/python/python-oslo.policy_git.bb index 01a9491..f586d28 100644 --- a/meta-openstack/recipes-devtools/python/python-oslo.policy_git.bb +++ b/meta-openstack/recipes-devtools/python/python-oslo.policy_git.bb | |||
| @@ -5,11 +5,11 @@ SECTION = "devel/python" | |||
| 5 | LICENSE = "Apache-2" | 5 | LICENSE = "Apache-2" |
| 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2" |
| 7 | 7 | ||
| 8 | PV = "0.12.0+git${SRCPV}" | 8 | PV = "1.14.0+git${SRCPV}" |
| 9 | SRCREV = "dee7171326e138128486f1d2c3f7e639af875198" | 9 | SRCREV = "018c7475c9dd75da0f902bbe3ec5d01855fa50d6" |
| 10 | 10 | ||
| 11 | SRCNAME = "oslo.policy" | 11 | SRCNAME = "oslo.policy" |
| 12 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git" | 12 | SRC_URI = "git://github.com/openstack/${SRCNAME}.git;branch=stable/newton" |
| 13 | 13 | ||
| 14 | S = "${WORKDIR}/git" | 14 | S = "${WORKDIR}/git" |
| 15 | 15 | ||
| @@ -26,5 +26,6 @@ RDEPENDS_${PN} += " \ | |||
| 26 | python-oslo.serialization \ | 26 | python-oslo.serialization \ |
| 27 | python-oslo.utils \ | 27 | python-oslo.utils \ |
| 28 | python-six \ | 28 | python-six \ |
| 29 | python-pyyaml \ | ||
| 29 | python-requests \ | 30 | python-requests \ |
| 30 | " | 31 | " |
