summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-websockify_0.8.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-websockify_0.8.0.bb')
-rw-r--r--meta-openstack/recipes-devtools/python/python-websockify_0.8.0.bb14
1 files changed, 0 insertions, 14 deletions
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
deleted file mode 100644
index c51a79b..0000000
--- a/meta-openstack/recipes-devtools/python/python-websockify_0.8.0.bb
+++ /dev/null
@@ -1,14 +0,0 @@
1DESCRIPTION = "WebSockets support for any application/server"
2HOMEPAGE = "https://github.com/kanaka/websockify"
3SECTION = "devel/python"
4LICENSE = "LGPLv3"
5LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a3b5f97c9d64189899b91b3728bfd774"
6
7SRC_URI[md5sum] = "8fa547ca4de84a96aa3472d55fbcdd59"
8SRC_URI[sha256sum] = "547d3d98c5081f2dc2872a2e4a3aef33e0ee5141d5f6209204aab2f4a41548d2"
9
10inherit setuptools3 pypi
11
12RDEPENDS_${PN} += "gmp"
13
14FILES_${PN} += "${datadir}/*"