diff options
author | Christophe PRIOUZEAU <christophe.priouzeau@st.com> | 2019-10-25 07:40:43 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-10-26 02:41:33 -0700 |
commit | 0c014da04ef948b769a04cdfc2bfe29bbaf0e397 (patch) | |
tree | 73b1fa4810a08bf4e39f2b49904f864226f6bce7 /meta-python/recipes-devtools/python/python-oauthlib.inc | |
parent | 2fa4579987abe6564fbd65e01330e0fb55c6a0c3 (diff) | |
download | meta-openembedded-0c014da04ef948b769a04cdfc2bfe29bbaf0e397.tar.gz |
Python: oauthlib: Clarify BSD license variant
The License of python oauthlib is BSD-3-Clause.
Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-oauthlib.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-oauthlib.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python-oauthlib.inc b/meta-python/recipes-devtools/python/python-oauthlib.inc index c5de8a091a..fea071449c 100644 --- a/meta-python/recipes-devtools/python/python-oauthlib.inc +++ b/meta-python/recipes-devtools/python/python-oauthlib.inc | |||
@@ -1,7 +1,7 @@ | |||
1 | SUMMARY = "A generic, spec-compliant, thorough implementation of the OAuth request-signing logic" | 1 | SUMMARY = "A generic, spec-compliant, thorough implementation of the OAuth request-signing logic" |
2 | HOMEPAGE = "https://github.com/idan/oauthlib" | 2 | HOMEPAGE = "https://github.com/idan/oauthlib" |
3 | 3 | ||
4 | LICENSE = "BSD" | 4 | LICENSE = "BSD-3-Clause" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5ba9ce41463615e082609806255bce1b" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5ba9ce41463615e082609806255bce1b" |
6 | 6 | ||
7 | SRC_URI = "https://pypi.python.org/packages/a5/8a/212e9b47fb54be109f3ff0684165bb38c51117f34e175c379fce5c7df754/oauthlib-${PV}.tar.gz" | 7 | SRC_URI = "https://pypi.python.org/packages/a5/8a/212e9b47fb54be109f3ff0684165bb38c51117f34e175c379fce5c7df754/oauthlib-${PV}.tar.gz" |