1.Changelog: Restore LICENCE.rst in the roman-numerals-py meta-package Add some debug assertions for unsafe blocks
2.Add bbclass python_setuptools_build_meta to solve following error: pyproject_hooks._impl.BackendUnavailable: Cannot import 'setuptools.build_meta' ERROR Backend 'setuptools.build_meta' is not available. Signed-off-by: Liu Yiding <[email protected]> --- ...umerals-py_3.1.0.bb => python3-roman-numerals-py_4.1.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python3-roman-numerals-py_3.1.0.bb => python3-roman-numerals-py_4.1.0.bb} (68%) diff --git a/meta/recipes-devtools/python/python3-roman-numerals-py_3.1.0.bb b/meta/recipes-devtools/python/python3-roman-numerals-py_4.1.0.bb similarity index 68% rename from meta/recipes-devtools/python/python3-roman-numerals-py_3.1.0.bb rename to meta/recipes-devtools/python/python3-roman-numerals-py_4.1.0.bb index 9a76df0de2..8689a6315f 100644 --- a/meta/recipes-devtools/python/python3-roman-numerals-py_3.1.0.bb +++ b/meta/recipes-devtools/python/python3-roman-numerals-py_4.1.0.bb @@ -3,10 +3,10 @@ HOMEPAGE = "https://github.com/AA-Turner/roman-numerals/" LICENSE = "0BSD & CC0-1.0" LIC_FILES_CHKSUM = "file://LICENCE.rst;md5=bfcc8b16e42929aafeb9d414360bc2fd" -SRC_URI[sha256sum] = "be4bf804f083a4ce001b5eb7e3c0862479d10f94c936f6c4e5f250aa5ff5bd2d" +SRC_URI[sha256sum] = "f5d7b2b4ca52dd855ef7ab8eb3590f428c0b1ea480736ce32b01fef2a5f8daf9" PYPI_PACKAGE = "roman_numerals_py" UPSTREAM_CHECK_PYPI_PACKAGE = "roman_numerals_py" -inherit pypi python_flit_core +inherit pypi python_flit_core python_setuptools_build_meta BBCLASSEXTEND = "native nativesdk" -- 2.43.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#229036): https://lists.openembedded.org/g/openembedded-core/message/229036 Mute This Topic: https://lists.openembedded.org/mt/117146022/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
