From aa68b4528c933f9ef107017494fc9368c6476e87 Mon Sep 17 00:00:00 2001 From: zhengruoqin Date: Tue, 28 Jul 2020 09:35:41 +0800 Subject: python3-websockify: upgrade 0.8.0 -> 0.9.0 -License-Update: There is no LICENSE.txt file in the new version, change to PKG-INFO. Signed-off-by: Zheng Ruoqin / Signed-off-by: Bruce Ashfield --- .../recipes-devtools/python/python3-websockify_0.9.0.bb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 meta-openstack/recipes-devtools/python/python3-websockify_0.9.0.bb (limited to 'meta-openstack/recipes-devtools/python/python3-websockify_0.9.0.bb') diff --git a/meta-openstack/recipes-devtools/python/python3-websockify_0.9.0.bb b/meta-openstack/recipes-devtools/python/python3-websockify_0.9.0.bb new file mode 100644 index 0000000..436ee3d --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-websockify_0.9.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://PKG-INFO;md5=eb81922f483833198eace60f1469f99d" + +SRC_URI[md5sum] = "ff745fd67457fd077915753c9b808b2a" +SRC_URI[sha256sum] = "c35b5b79ebc517d3b784dacfb993be413a93cda5222c6f382443ce29c1a6cada" + +inherit setuptools3 pypi + +RDEPENDS_${PN} += "gmp" + +FILES_${PN} += "${datadir}/*" -- cgit v1.2.3-54-g00ecf