summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakuma Ueba <ueba.takuma@jp.fujitsu.com>2018-07-06 14:54:18 +0900
committerBruce Ashfield <bruce.ashfield@windriver.com>2018-07-10 09:47:47 -0400
commit25462eb332a8741417b25df1dcafae647c519f92 (patch)
tree50a1c980921299cb4cefe78b1295566165a34f66
parent03ab1eb569e11a06f499f9e4e9ab470ca9650c2f (diff)
downloadmeta-cloud-services-25462eb332a8741417b25df1dcafae647c519f92.tar.gz
python-wsme: fix license from Apache-2.0 to MIT
The original LICENSE value was incorrect. Signed-off-by: Takuma Ueba <ueba.takuma@jp.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r--meta-openstack/recipes-devtools/python/python-wsme_0.9.2.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-wsme_0.9.2.bb b/meta-openstack/recipes-devtools/python/python-wsme_0.9.2.bb
index 59e1ddb..15f46d4 100644
--- a/meta-openstack/recipes-devtools/python/python-wsme_0.9.2.bb
+++ b/meta-openstack/recipes-devtools/python/python-wsme_0.9.2.bb
@@ -1,7 +1,7 @@
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=5a9126e7f56a0cf3247050de7f10d0f4" 5LIC_FILES_CHKSUM = "file://LICENSE;md5=5a9126e7f56a0cf3247050de7f10d0f4"
6 6
7PYPI_PACKAGE = "WSME" 7PYPI_PACKAGE = "WSME"