diff options
-rw-r--r-- | meta-python/recipes-devtools/python/python3-platformdirs_4.2.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-platformdirs_4.2.0.bb b/meta-python/recipes-devtools/python/python3-platformdirs_4.2.0.bb index 19c95b374a..c69c390b80 100644 --- a/meta-python/recipes-devtools/python/python3-platformdirs_4.2.0.bb +++ b/meta-python/recipes-devtools/python/python3-platformdirs_4.2.0.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | SUMMARY = "A small Python module for determining appropriate platform-specific dirs" | 1 | SUMMARY = "A small Python module for determining appropriate platform-specific dirs" |
2 | HOMEPAGE = "https://github.com/platformdirs/platformdirs" | 2 | HOMEPAGE = "https://github.com/platformdirs/platformdirs" |
3 | LICENSE = "BSD-3-Clause" | 3 | LICENSE = "MIT" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=ea4f5a41454746a9ed111e3d8723d17a" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=ea4f5a41454746a9ed111e3d8723d17a" |
5 | 5 | ||
6 | SRC_URI += " \ | 6 | SRC_URI += " \ |