diff mbox series

[2/2] python3-markupsafe: Switch to python_setuptools_build_meta

Message ID 20240204203411.2342606-2-richard.purdie@linuxfoundation.org
State Accepted, archived
Commit dd0de1f1dcbbc389ceb1a032c393e5148e01ad98
Headers show
Series [1/2] python3-markupsafe: upgrade 2.1.3 -> 2.1.5 | expand

Commit Message

Richard Purdie Feb. 4, 2024, 8:34 p.m. UTC
Move away from the outdated setuptools to more modern build
classes.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb b/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb
index a38c97695b5..170aa8a56a3 100644
--- a/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb
+++ b/meta/recipes-devtools/python/python3-markupsafe_2.1.5.bb
@@ -6,7 +6,7 @@  LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=ffeffa59c90c9c4a033c7574f8f3fb75"
 SRC_URI[sha256sum] = "d283d37a890ba4c1ae73ffadf8046435c76e7bc2247bbb63c00bd1a709c6544b"
 
 PYPI_PACKAGE = "MarkupSafe"
-inherit pypi setuptools3 ptest
+inherit pypi python_setuptools_build_meta ptest
 
 RDEPENDS:${PN} += "${PYTHON_PN}-stringold"