mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-15 23:05:34 +01:00
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>
This commit is contained in:
parent
2fa4579987
commit
0c014da04e
|
|
@ -1,7 +1,7 @@
|
|||
SUMMARY = "A generic, spec-compliant, thorough implementation of the OAuth request-signing logic"
|
||||
HOMEPAGE = "https://github.com/idan/oauthlib"
|
||||
|
||||
LICENSE = "BSD"
|
||||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=5ba9ce41463615e082609806255bce1b"
|
||||
|
||||
SRC_URI = "https://pypi.python.org/packages/a5/8a/212e9b47fb54be109f3ff0684165bb38c51117f34e175c379fce5c7df754/oauthlib-${PV}.tar.gz"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user