diff options
author | Khem Raj <raj.khem@gmail.com> | 2021-03-17 22:35:04 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-03-22 09:18:47 -0700 |
commit | bf52cc1f9e9d970ddd676d6b9b887d87e55f35fc (patch) | |
tree | 64fdf6af0943ee43210351a78d40f082ab39bcb6 /meta-python/recipes-devtools/python | |
parent | f5bc0d09105dbd5c1f61a6fb4b2be9b239a8981b (diff) | |
download | meta-openembedded-bf52cc1f9e9d970ddd676d6b9b887d87e55f35fc.tar.gz |
python3-werkzeug: Clarify BSD license type
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-werkzeug_1.0.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-werkzeug_1.0.1.bb b/meta-python/recipes-devtools/python/python3-werkzeug_1.0.1.bb index 58735c1c02..8af0fef60c 100644 --- a/meta-python/recipes-devtools/python/python3-werkzeug_1.0.1.bb +++ b/meta-python/recipes-devtools/python/python3-werkzeug_1.0.1.bb | |||
@@ -7,7 +7,7 @@ HTTP utilities to handle entity tags, cache control headers, HTTP dates, \ | |||
7 | cookie handling, file uploads, a powerful URL routing system and a bunch \ | 7 | cookie handling, file uploads, a powerful URL routing system and a bunch \ |
8 | of community contributed addon modules." | 8 | of community contributed addon modules." |
9 | HOMEPAGE = "http://werkzeug.pocoo.org/" | 9 | HOMEPAGE = "http://werkzeug.pocoo.org/" |
10 | LICENSE = "BSD" | 10 | LICENSE = "BSD-3-Clause" |
11 | LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=5dc88300786f1c214c1e9827a5229462" | 11 | LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=5dc88300786f1c214c1e9827a5229462" |
12 | 12 | ||
13 | PYPI_PACKAGE = "Werkzeug" | 13 | PYPI_PACKAGE = "Werkzeug" |