summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2021-03-17 22:35:04 -0700
committerKhem Raj <raj.khem@gmail.com>2021-03-22 09:18:47 -0700
commitbf52cc1f9e9d970ddd676d6b9b887d87e55f35fc (patch)
tree64fdf6af0943ee43210351a78d40f082ab39bcb6 /meta-python/recipes-devtools/python
parentf5bc0d09105dbd5c1f61a6fb4b2be9b239a8981b (diff)
downloadmeta-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.bb2
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, \
7cookie handling, file uploads, a powerful URL routing system and a bunch \ 7cookie handling, file uploads, a powerful URL routing system and a bunch \
8of community contributed addon modules." 8of community contributed addon modules."
9HOMEPAGE = "http://werkzeug.pocoo.org/" 9HOMEPAGE = "http://werkzeug.pocoo.org/"
10LICENSE = "BSD" 10LICENSE = "BSD-3-Clause"
11LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=5dc88300786f1c214c1e9827a5229462" 11LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=5dc88300786f1c214c1e9827a5229462"
12 12
13PYPI_PACKAGE = "Werkzeug" 13PYPI_PACKAGE = "Werkzeug"