[14/28] python3-tomli: upgrade 2.0.0 -> 2.0.1

Message ID 20220217160939.1424397-14-alex@linutronix.de
State Accepted, archived
Commit 0ad97879bb13d542d5b475376805af87cdeb6837
Headers show
Series [01/28] gdb: update 11.1 -> 11.2 | expand

Commit Message

Alexander Kanavin Feb. 17, 2022, 4:09 p.m. UTC
From: Alexander Kanavin <alex.kanavin@gmail.com>

sources moved to src/tomli

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 .../python/{python3-tomli_2.0.0.bb => python3-tomli_2.0.1.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-devtools/python/{python3-tomli_2.0.0.bb => python3-tomli_2.0.1.bb} (79%)

Patch

diff --git a/meta/recipes-devtools/python/python3-tomli_2.0.0.bb b/meta/recipes-devtools/python/python3-tomli_2.0.1.bb
similarity index 79%
rename from meta/recipes-devtools/python/python3-tomli_2.0.0.bb
rename to meta/recipes-devtools/python/python3-tomli_2.0.1.bb
index aa23ad856d..c3d51282c2 100644
--- a/meta/recipes-devtools/python/python3-tomli_2.0.0.bb
+++ b/meta/recipes-devtools/python/python3-tomli_2.0.1.bb
@@ -8,12 +8,12 @@  LIC_FILES_CHKSUM = "file://LICENSE;md5=aaaaf0879d17df0110d1aa8c8c9f46f5"
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = "c292c34f58502a1eb2bbb9f5bbc9a5ebc37bee10ffb8c2d6bbdfa8eb13cc14e1"
+SRC_URI[sha256sum] = "de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f"
 
 do_configure:prepend() {
 cat > ${S}/setup.py <<-EOF
 from setuptools import setup
-setup(name="tomli", version="${PV}", packages=["tomli"], package_data={"": ["*"]})
+setup(name="tomli", version="${PV}", packages=["tomli"], package_dir={'tomli': 'src/tomli'}, package_data={"": ["*"]})
 EOF
 }