diff options
| author | Adrian Dudau <adrian.dudau@enea.com> | 2017-08-08 16:47:48 +0200 |
|---|---|---|
| committer | Adrian Dudau <adrian.dudau@enea.com> | 2017-08-08 16:47:48 +0200 |
| commit | abac3e882eaeb7a44b64503e2c3a4f264c50e779 (patch) | |
| tree | 8c4f1fab3ab41ea59a93106a2c5edd97ba8ad6cb /meta-openstack/recipes-devtools/python/python-websockify_0.8.0.bb | |
| parent | bc690e3214556e4c16e101ac778d615da7e426ad (diff) | |
| download | meta-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.bb | 21 |
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 @@ | |||
| 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 = "https://pypi.python.org/packages/66/48/2e35166c957639ddb4cb11ce9783ad3ee9bf96f220354ce2684ee95feeb7/${SRCNAME}-${PV}.tar.gz" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "8fa547ca4de84a96aa3472d55fbcdd59" | ||
| 13 | SRC_URI[sha256sum] = "547d3d98c5081f2dc2872a2e4a3aef33e0ee5141d5f6209204aab2f4a41548d2" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 16 | |||
| 17 | inherit setuptools | ||
| 18 | |||
| 19 | RDEPENDS_${PN} += "gmp" | ||
| 20 | |||
| 21 | FILES_${PN} += "${datadir}/*" | ||
