From: Alexander Kanavin <[email protected]>

sources moved to src/tomli

Signed-off-by: Alexander Kanavin <[email protected]>
---
 .../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%)

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
 }
 
-- 
2.20.1

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#161831): 
https://lists.openembedded.org/g/openembedded-core/message/161831
Mute This Topic: https://lists.openembedded.org/mt/89212453/21656
Group Owner: [email protected]
Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to