summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2018-04-04 16:02:45 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2018-04-09 10:48:36 -0400
commit1bd895dc74ef452eb2a9bdb2c6771389d0970252 (patch)
treee34500723aab6fee8abfb3e29a1bd40512855ff5 /meta-openstack/recipes-devtools/python
parent68a36eed8763e88ef0edfa5da82ca77a56ea373b (diff)
downloadmeta-cloud-services-1bd895dc74ef452eb2a9bdb2c6771389d0970252.tar.gz
python-websockify: uprev to v0.8.0
This version is required by the stable/pike version of python-nova. 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-websockify_0.8.0.bb (renamed from meta-openstack/recipes-devtools/python/python-websockify_0.6.0.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-websockify_0.6.0.bb b/meta-openstack/recipes-devtools/python/python-websockify_0.8.0.bb
index 386a227..641caab 100644
--- a/meta-openstack/recipes-devtools/python/python-websockify_0.6.0.bb
+++ b/meta-openstack/recipes-devtools/python/python-websockify_0.8.0.bb
@@ -4,8 +4,8 @@ SECTION = "devel/python"
4LICENSE = "LGPLv3" 4LICENSE = "LGPLv3"
5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a3b5f97c9d64189899b91b3728bfd774" 5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a3b5f97c9d64189899b91b3728bfd774"
6 6
7SRC_URI[md5sum] = "673a70d007c1a2445c8ef5c7a3067c07" 7SRC_URI[md5sum] = "8fa547ca4de84a96aa3472d55fbcdd59"
8SRC_URI[sha256sum] = "da4364f54fdcc5350059febe2e8fdf2b53d16cf04ee23c71315e561119f44529" 8SRC_URI[sha256sum] = "547d3d98c5081f2dc2872a2e4a3aef33e0ee5141d5f6209204aab2f4a41548d2"
9 9
10inherit setuptools pypi 10inherit setuptools pypi
11 11