summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools
diff options
context:
space:
mode:
authorJosep Puigdemont <josep.puigdemont@enea.com>2015-12-02 17:32:08 +0100
committerBruce Ashfield <bruce.ashfield@windriver.com>2015-12-07 10:52:38 -0500
commit1b09f170211eb2426137ff900bbd5b290c8ca0d3 (patch)
tree216aa3408a14b37c8dfd7aa0d1fe47565205d0a2 /meta-openstack/recipes-devtools
parent73e19565a948dc2ba99e3d42fb5496e9b1de4805 (diff)
downloadmeta-cloud-services-1b09f170211eb2426137ff900bbd5b290c8ca0d3.tar.gz
python-wsme: upgrade to 0.8.0, set proper license
License is MIT. Signed-off-by: Josep Puigdemont <josep.puigdemont@enea.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools')
-rw-r--r--meta-openstack/recipes-devtools/python/python-wsme_0.8.0.bb (renamed from meta-openstack/recipes-devtools/python/python-wsme_0.6.bb)14
1 files changed, 9 insertions, 5 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-wsme_0.6.bb b/meta-openstack/recipes-devtools/python/python-wsme_0.8.0.bb
index b0c159a..9bc5651 100644
--- a/meta-openstack/recipes-devtools/python/python-wsme_0.6.bb
+++ b/meta-openstack/recipes-devtools/python/python-wsme_0.8.0.bb
@@ -1,16 +1,15 @@
1DESCRIPTION = "Simplify the writing of REST APIs, and extend them with additional protocols" 1DESCRIPTION = "Simplify the writing of REST APIs, and extend them with additional protocols"
2HOMEPAGE = "https://pypi.python.org/pypi/WSME/" 2HOMEPAGE = "https://pypi.python.org/pypi/WSME/"
3SECTION = "devel/python" 3SECTION = "devel/python"
4LICENSE = "Apache-2.0" 4LICENSE = "MIT"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=477dfa54ede28e2f361e7db05941d7a7" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=5a9126e7f56a0cf3247050de7f10d0f4"
6 6
7PR = "r0"
8SRCNAME = "WSME" 7SRCNAME = "WSME"
9 8
10SRC_URI = "https://pypi.python.org/packages/source/W/${SRCNAME}/${SRCNAME}-${PV}.tar.gz" 9SRC_URI = "https://pypi.python.org/packages/source/W/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
11 10
12SRC_URI[md5sum] = "80a46e564ae0710118ddeded8c5f4412" 11SRC_URI[md5sum] = "8a257dc57d11a750c9aac34033ea8663"
13SRC_URI[sha256sum] = "8a37981ebf877d2ca8ae12f6c6fc3d920cb0c9d7be68fef419de252797dfdc15" 12SRC_URI[sha256sum] = "00241e4e4e40d6183f6354a8f5659b601753d49e28b6e5aca332bdf2e31188db"
14 13
15S = "${WORKDIR}/${SRCNAME}-${PV}" 14S = "${WORKDIR}/${SRCNAME}-${PV}"
16 15
@@ -22,5 +21,10 @@ DEPENDS += " \
22 " 21 "
23 22
24RDEPENDS_${PN} += "\ 23RDEPENDS_${PN} += "\
24 python-netaddr \
25 python-pbr \ 25 python-pbr \
26 python-pytz \
27 python-simplegeneric \
28 python-six \
29 python-webob \
26 " 30 "