aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python3-websockify_0.9.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python3-websockify_0.9.0.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python3-websockify_0.9.0.bb14
1 files changed, 14 insertions, 0 deletions
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 00000000..84e3f72b
--- /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 = "LGPL-3.0-only"
+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}/*"