python3-geojson: set precise BSD license

"BSD" is ambiguous, use the precise licenses BSD-3-Clause

Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com>
This commit is contained in:
Armin Kuster 2021-09-18 09:57:32 -07:00 committed by Khem Raj
parent c9a59786bd
commit a1e8a2d680

View File

@ -1,6 +1,6 @@
SUMMARY = "Python bindings and utilities for GeoJSON" SUMMARY = "Python bindings and utilities for GeoJSON"
HOMEPAGE = "https://pypi.org/project/geojson/" HOMEPAGE = "https://pypi.org/project/geojson/"
LICENSE = "BSD" LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=f48972abe5cddee79e301574742ed745" LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=f48972abe5cddee79e301574742ed745"
SRC_URI[md5sum] = "14753ed28678828b1de73f68b04e2324" SRC_URI[md5sum] = "14753ed28678828b1de73f68b04e2324"