[meta-virtualization] [meta-cloud-services][fido-kilo][PATCH 02/40] python-wsme: upgrade to 0.8.0, set proper license

Josep Puigdemont josep.puigdemont at enea.com
Wed Dec 2 08:32:08 PST 2015


License is MIT.

Signed-off-by: Josep Puigdemont <josep.puigdemont at enea.com>
---
 .../python/{python-wsme_0.6.bb => python-wsme_0.8.0.bb}    | 14 +++++++++-----
 1 file changed, 9 insertions(+), 5 deletions(-)
 rename meta-openstack/recipes-devtools/python/{python-wsme_0.6.bb => python-wsme_0.8.0.bb} (56%)

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
similarity index 56%
rename from meta-openstack/recipes-devtools/python/python-wsme_0.6.bb
rename to 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 @@
 DESCRIPTION = "Simplify the writing of REST APIs, and extend them with additional protocols"
 HOMEPAGE = "https://pypi.python.org/pypi/WSME/"
 SECTION = "devel/python"
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=477dfa54ede28e2f361e7db05941d7a7"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=5a9126e7f56a0cf3247050de7f10d0f4"
 
-PR = "r0"
 SRCNAME = "WSME"
 
 SRC_URI = "https://pypi.python.org/packages/source/W/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"
 
-SRC_URI[md5sum] = "80a46e564ae0710118ddeded8c5f4412"
-SRC_URI[sha256sum] = "8a37981ebf877d2ca8ae12f6c6fc3d920cb0c9d7be68fef419de252797dfdc15"
+SRC_URI[md5sum] = "8a257dc57d11a750c9aac34033ea8663"
+SRC_URI[sha256sum] = "00241e4e4e40d6183f6354a8f5659b601753d49e28b6e5aca332bdf2e31188db"
 
 S = "${WORKDIR}/${SRCNAME}-${PV}"
 
@@ -22,5 +21,10 @@ DEPENDS += " \
         "
 
 RDEPENDS_${PN} += "\
+        python-netaddr \
         python-pbr \
+        python-pytz \
+        python-simplegeneric \
+        python-six \
+        python-webob \
         "
-- 
2.1.0



More information about the meta-virtualization mailing list