summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-websockify_0.8.0.bb
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2017-08-08 16:47:48 +0200
committerAdrian Dudau <adrian.dudau@enea.com>2017-08-08 16:47:48 +0200
commitabac3e882eaeb7a44b64503e2c3a4f264c50e779 (patch)
tree8c4f1fab3ab41ea59a93106a2c5edd97ba8ad6cb /meta-openstack/recipes-devtools/python/python-websockify_0.8.0.bb
parentbc690e3214556e4c16e101ac778d615da7e426ad (diff)
downloadmeta-cloud-services-abac3e882eaeb7a44b64503e2c3a4f264c50e779.tar.gz
python-websockify: uprev to 0.8.0
This is required to upgrade python-nova to latest stable/newton. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
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.bb21
1 files changed, 21 insertions, 0 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
new file mode 100644
index 0000000..c574047
--- /dev/null
+++ b/meta-openstack/recipes-devtools/python/python-websockify_0.8.0.bb
@@ -0,0 +1,21 @@
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
7PR = "r0"
8SRCNAME = "websockify"
9
10SRC_URI = "https://pypi.python.org/packages/66/48/2e35166c957639ddb4cb11ce9783ad3ee9bf96f220354ce2684ee95feeb7/${SRCNAME}-${PV}.tar.gz"
11
12SRC_URI[md5sum] = "8fa547ca4de84a96aa3472d55fbcdd59"
13SRC_URI[sha256sum] = "547d3d98c5081f2dc2872a2e4a3aef33e0ee5141d5f6209204aab2f4a41548d2"
14
15S = "${WORKDIR}/${SRCNAME}-${PV}"
16
17inherit setuptools
18
19RDEPENDS_${PN} += "gmp"
20
21FILES_${PN} += "${datadir}/*"