diff options
author | Christophe PRIOUZEAU <christophe.priouzeau@st.com> | 2019-10-24 14:56:07 +0000 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-10-25 10:29:51 -0700 |
commit | 995504037d75bd484defae8cdc6430e93b58cc60 (patch) | |
tree | 21a45d7187e22b3a7091b7cbd5120a6f4d6a3847 /meta-python/recipes-devtools/python/python-pysocks.inc | |
parent | c84d6abc5796cb6a95314d45423bf0f4b3bcca3d (diff) | |
download | meta-openembedded-995504037d75bd484defae8cdc6430e93b58cc60.tar.gz |
Python: pysocks: Clarify BSD license variant
The License of python pysocks 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-pysocks.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-pysocks.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python-pysocks.inc b/meta-python/recipes-devtools/python/python-pysocks.inc index ceadcb20d4..1836e52d00 100644 --- a/meta-python/recipes-devtools/python/python-pysocks.inc +++ b/meta-python/recipes-devtools/python/python-pysocks.inc | |||
@@ -1,6 +1,6 @@ | |||
1 | DESCRIPTION = "A Python SOCKS client module" | 1 | DESCRIPTION = "A Python SOCKS client module" |
2 | HOMEPAGE = "http://python-requests.org" | 2 | HOMEPAGE = "http://python-requests.org" |
3 | LICENSE = "BSD" | 3 | LICENSE = "BSD-3-Clause" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1d457bcffb9661b45f799d4efee72f16" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1d457bcffb9661b45f799d4efee72f16" |
5 | 5 | ||
6 | SRC_URI[md5sum] = "89b1a6865c61bae67a32417517612ee6" | 6 | SRC_URI[md5sum] = "89b1a6865c61bae67a32417517612ee6" |