mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
python3-platformdirs: Fix LICENSE
According to https://pypi.org/project/platformdirs/ and https://github.com/platformdirs/platformdirs/blob/4.2.2/LICENSE the project is subject to MIT license. Signed-off-by: Niko Mauno <niko.mauno@vaisala.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
3e40d23552
commit
157c0ee0fb
|
|
@ -1,6 +1,6 @@
|
|||
SUMMARY = "A small Python module for determining appropriate platform-specific dirs"
|
||||
HOMEPAGE = "https://github.com/platformdirs/platformdirs"
|
||||
LICENSE = "BSD-3-Clause"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=ea4f5a41454746a9ed111e3d8723d17a"
|
||||
|
||||
SRC_URI += " \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user