From 1bd895dc74ef452eb2a9bdb2c6771389d0970252 Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Wed, 4 Apr 2018 16:02:45 -0400 Subject: python-websockify: uprev to v0.8.0 This version is required by the stable/pike version of python-nova. Signed-off-by: Mark Asselstine Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python-websockify_0.6.0.bb | 14 -------------- .../recipes-devtools/python/python-websockify_0.8.0.bb | 14 ++++++++++++++ 2 files changed, 14 insertions(+), 14 deletions(-) delete mode 100644 meta-openstack/recipes-devtools/python/python-websockify_0.6.0.bb create mode 100644 meta-openstack/recipes-devtools/python/python-websockify_0.8.0.bb (limited to 'meta-openstack/recipes-devtools/python') diff --git a/meta-openstack/recipes-devtools/python/python-websockify_0.6.0.bb b/meta-openstack/recipes-devtools/python/python-websockify_0.6.0.bb deleted file mode 100644 index 386a227..0000000 --- a/meta-openstack/recipes-devtools/python/python-websockify_0.6.0.bb +++ /dev/null @@ -1,14 +0,0 @@ -DESCRIPTION = "WebSockets support for any application/server" -HOMEPAGE = "https://github.com/kanaka/websockify" -SECTION = "devel/python" -LICENSE = "LGPLv3" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a3b5f97c9d64189899b91b3728bfd774" - -SRC_URI[md5sum] = "673a70d007c1a2445c8ef5c7a3067c07" -SRC_URI[sha256sum] = "da4364f54fdcc5350059febe2e8fdf2b53d16cf04ee23c71315e561119f44529" - -inherit setuptools pypi - -RDEPENDS_${PN} += "gmp" - -FILES_${PN} += "${datadir}/*" diff --git a/meta-openstack/recipes-devtools/python/python-websockify_0.8.0.bb b/meta-openstack/recipes-devtools/python/python-websockify_0.8.0.bb new file mode 100644 index 0000000..641caab --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-websockify_0.8.0.bb @@ -0,0 +1,14 @@ +DESCRIPTION = "WebSockets support for any application/server" +HOMEPAGE = "https://github.com/kanaka/websockify" +SECTION = "devel/python" +LICENSE = "LGPLv3" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a3b5f97c9d64189899b91b3728bfd774" + +SRC_URI[md5sum] = "8fa547ca4de84a96aa3472d55fbcdd59" +SRC_URI[sha256sum] = "547d3d98c5081f2dc2872a2e4a3aef33e0ee5141d5f6209204aab2f4a41548d2" + +inherit setuptools pypi + +RDEPENDS_${PN} += "gmp" + +FILES_${PN} += "${datadir}/*" -- cgit v1.2.3-54-g00ecf