summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-10-31 00:41:02 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-11-25 15:25:34 -0500
commit5d9446b7f0d0172a3840015226b4d4cf7cf81c92 (patch)
tree7270b805a827fd84550120bcc9f4613f3507bf2c /meta-openstack/recipes-devtools/python
parent5e1c122d1c43bc29873a5830b756cb24330bccf5 (diff)
downloadmeta-cloud-services-5d9446b7f0d0172a3840015226b4d4cf7cf81c92.tar.gz
python-websockify: uprev to 0.5.1
OpenStack Havana requires a newer version of websockify, so we uprev to 0.5.1. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
-rw-r--r--meta-openstack/recipes-devtools/python/python-websockify_0.5.1.bb (renamed from meta-openstack/recipes-devtools/python/python-websockify_0.3.0.bb)6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-websockify_0.3.0.bb b/meta-openstack/recipes-devtools/python/python-websockify_0.5.1.bb
index 1b26ede..95b02d0 100644
--- a/meta-openstack/recipes-devtools/python/python-websockify_0.3.0.bb
+++ b/meta-openstack/recipes-devtools/python/python-websockify_0.5.1.bb
@@ -9,11 +9,13 @@ SRCNAME = "websockify"
9 9
10SRC_URI = "http://pypi.python.org/packages/source/w/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" 10SRC_URI = "http://pypi.python.org/packages/source/w/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
11 11
12SRC_URI[md5sum] = "29b6549d3421907de4bbd881ecc2e1b1" 12SRC_URI[md5sum] = "cdee6d6754c85814e1e6dcdef18b9785"
13SRC_URI[sha256sum] = "e5af73e5d1edee91dbd28bf9fc710b5c23f4183de0e78d5f4fbe68525b53375b" 13SRC_URI[sha256sum] = "e48d5c790c9ce5ac938d76fd0a9019aad2a33401fb1702b6b84263959f64522b"
14 14
15S = "${WORKDIR}/${SRCNAME}-${PV}" 15S = "${WORKDIR}/${SRCNAME}-${PV}"
16 16
17inherit setuptools 17inherit setuptools
18 18
19RDEPENDS_${PN} += "gmp" 19RDEPENDS_${PN} += "gmp"
20
21FILES_${PN} += "${datadir}/*"