diff options
-rw-r--r-- | meta-python/recipes-devtools/python/python3-configobj_5.0.9.bb (renamed from meta-python/recipes-devtools/python/python3-configobj_5.0.8.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-configobj_5.0.8.bb b/meta-python/recipes-devtools/python/python3-configobj_5.0.9.bb index 96e579c78d..2f6572af5c 100644 --- a/meta-python/recipes-devtools/python/python3-configobj_5.0.8.bb +++ b/meta-python/recipes-devtools/python/python3-configobj_5.0.9.bb | |||
@@ -1,10 +1,10 @@ | |||
1 | SUMMARY = "Config file reading, writing and validation." | 1 | SUMMARY = "Config file reading, writing and validation." |
2 | SECTION = "devel/python" | 2 | SECTION = "devel/python" |
3 | LICENSE = "BSD-3-Clause" | 3 | LICENSE = "BSD-3-Clause" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3d6f99b84d9a94610c62e48fa2e59e72" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=e2df3cb285297a24cd1097dfe6e96f95" |
5 | 5 | ||
6 | PYPI_PACKAGE = "configobj" | 6 | PYPI_PACKAGE = "configobj" |
7 | SRC_URI[sha256sum] = "6f704434a07dc4f4dc7c9a745172c1cad449feb548febd9f7fe362629c627a97" | 7 | SRC_URI[sha256sum] = "03c881bbf23aa07bccf1b837005975993c4ab4427ba57f959afdd9d1a2386848" |
8 | 8 | ||
9 | inherit pypi python_setuptools_build_meta | 9 | inherit pypi python_setuptools_build_meta |
10 | 10 | ||