diff options
| author | Adrian Dudau <adrian.dudau@enea.com> | 2017-08-07 14:40:51 +0200 |
|---|---|---|
| committer | Adrian Dudau <adrian.dudau@enea.com> | 2017-08-07 14:40:51 +0200 |
| commit | 0e86ac1a6bd36b299db6ef35c4707f9fea2962f7 (patch) | |
| tree | 2eb9a53c9416fb6d32cadb68392d5911ca765647 /meta-openstack/recipes-devtools/python/python-ryu_git.bb | |
| parent | 961e8a54daf57a87458f7c8776e0809439b7e8a9 (diff) | |
| download | meta-cloud-services-0e86ac1a6bd36b299db6ef35c4707f9fea2962f7.tar.gz | |
python-ryu: Uprev to v4.16 and update dependency list
This is according to requriements from neutron v9.4.0 for latest
stable/newton.
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-ryu_git.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-ryu_git.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-ryu_git.bb b/meta-openstack/recipes-devtools/python/python-ryu_git.bb index adf7957..7ad8308 100644 --- a/meta-openstack/recipes-devtools/python/python-ryu_git.bb +++ b/meta-openstack/recipes-devtools/python/python-ryu_git.bb | |||
| @@ -4,8 +4,8 @@ SECTION = "devel/python" | |||
| 4 | LICENSE = "Apache-2.0" | 4 | LICENSE = "Apache-2.0" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" |
| 6 | 6 | ||
| 7 | PV = "3.27+git${SRCPV}" | 7 | PV = "4.16+git${SRCPV}" |
| 8 | SRCREV = "0aefad7048079656cdaad138be58f017e6b4f1ce" | 8 | SRCREV = "6d950481f6fa048483f68e63a30f1cbeb70a7c3e" |
| 9 | 9 | ||
| 10 | SRCNAME = "ryu" | 10 | SRCNAME = "ryu" |
| 11 | SRC_URI = "git://github.com/osrg/${SRCNAME}.git" | 11 | SRC_URI = "git://github.com/osrg/${SRCNAME}.git" |
| @@ -28,5 +28,6 @@ RDEPENDS_${PN} += " \ | |||
| 28 | python-oslo.config \ | 28 | python-oslo.config \ |
| 29 | python-routes \ | 29 | python-routes \ |
| 30 | python-six \ | 30 | python-six \ |
| 31 | python-tinyrpc \ | ||
| 31 | python-webob \ | 32 | python-webob \ |
| 32 | " | 33 | " |
