Python: dnspython: Clarify BSD license variant

The License of python dnspython is ISC.

Signed-off-by: Christophe Priouzeau <christophe.priouzeau@st.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Christophe PRIOUZEAU 2019-10-25 07:40:41 +00:00 committed by Khem Raj
parent 864eba7e8b
commit fa43a10ea3

View File

@ -1,6 +1,6 @@
DESCRIPTION = "DNS toolkit for Python"
HOMEPAGE = "http://www.dnspython.org/"
LICENSE = "BSD"
LICENSE = "ISC"
LIC_FILES_CHKSUM = "file://LICENSE;md5=b9d855ee0d7bea17c8b0994d37985e1e"
SRC_URI[md5sum] = "05d33ffb5d8f35ae0474bb952778a344"