diff options
| author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-11-05 12:10:36 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-11-05 12:10:36 -0500 |
| commit | 6ee6f37a3de3cc07707d13d8a793ef6bdaaf3d7b (patch) | |
| tree | 7bb3c511febdca6732a806419a34e7b86cdab582 /meta-openstack/recipes-devtools/python/python-websockify_0.6.0.bb | |
| parent | 8556c69838177bd7d13a5d281d8cdf4032f96afc (diff) | |
| download | meta-cloud-services-6ee6f37a3de3cc07707d13d8a793ef6bdaaf3d7b.tar.gz | |
websockify: update to 0.6.0
Juno nova requires 0.6.x for websockify, so we do the update.
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-websockify_0.6.0.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-websockify_0.6.0.bb | 21 |
1 files changed, 21 insertions, 0 deletions
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 new file mode 100644 index 0000000..aa5554b --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-websockify_0.6.0.bb | |||
| @@ -0,0 +1,21 @@ | |||
| 1 | DESCRIPTION = "WebSockets support for any application/server" | ||
| 2 | HOMEPAGE = "https://github.com/kanaka/websockify" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "LGPLv3" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a3b5f97c9d64189899b91b3728bfd774" | ||
| 6 | |||
| 7 | PR = "r0" | ||
| 8 | SRCNAME = "websockify" | ||
| 9 | |||
| 10 | SRC_URI = "http://pypi.python.org/packages/source/w/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "673a70d007c1a2445c8ef5c7a3067c07" | ||
| 13 | SRC_URI[sha256sum] = "da4364f54fdcc5350059febe2e8fdf2b53d16cf04ee23c71315e561119f44529" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 16 | |||
| 17 | inherit setuptools | ||
| 18 | |||
| 19 | RDEPENDS_${PN} += "gmp" | ||
| 20 | |||
| 21 | FILES_${PN} += "${datadir}/*" | ||
