diff options
| author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2014-01-06 14:09:46 +0000 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-01-06 09:26:29 -0500 |
| commit | 6271bbacb0f4fef248e1fe174d5dda7b58c914d2 (patch) | |
| tree | 6581d8018308d94c42808e7f471c11fe2d1f3058 /meta-openstack/recipes-devtools/python/python-itsdangerous_0.23.bb | |
| parent | 00862f55be214e2247ad5aba3ab06a34afb20598 (diff) | |
| download | meta-cloud-services-6271bbacb0f4fef248e1fe174d5dda7b58c914d2.tar.gz | |
python-itsdangerous: correct LICENSE
BSD-3-Clause is the license specified upstream.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-itsdangerous_0.23.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-itsdangerous_0.23.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-itsdangerous_0.23.bb b/meta-openstack/recipes-devtools/python/python-itsdangerous_0.23.bb index acdcbae..8dbe48f 100644 --- a/meta-openstack/recipes-devtools/python/python-itsdangerous_0.23.bb +++ b/meta-openstack/recipes-devtools/python/python-itsdangerous_0.23.bb | |||
| @@ -1,7 +1,7 @@ | |||
| 1 | DESCRIPTION = "Various helpers to pass trusted data to untrusted environments and back" | 1 | DESCRIPTION = "Various helpers to pass trusted data to untrusted environments and back" |
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/itsdangerous/" | 2 | HOMEPAGE = "https://pypi.python.org/pypi/itsdangerous/" |
| 3 | SECTION = "devel/python" | 3 | SECTION = "devel/python" |
| 4 | LICENSE = "Apache-2.0" | 4 | LICENSE = "BSD-3-Clause" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b61841e2bf5f07884148e2a6f1bcab0c" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=b61841e2bf5f07884148e2a6f1bcab0c" |
| 6 | 6 | ||
| 7 | PR = "r0" | 7 | PR = "r0" |
