diff mbox series

[34/37] python3-uritools: use python_setuptools_build_meta build class

Message ID 20240723145137.74198-34-ross.burton@arm.com
State Accepted, archived
Commit 4baa8e36e1ee788ed3f66a0546498e892cd69b83
Headers show
Series [01/37] python3: add dependency on -compression to -core | expand

Commit Message

Ross Burton July 23, 2024, 2:51 p.m. UTC
This package can be built using pep517 classes now.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta/recipes-devtools/python/python3-uritools_4.0.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta/recipes-devtools/python/python3-uritools_4.0.2.bb b/meta/recipes-devtools/python/python3-uritools_4.0.2.bb
index 5ffedccb855..08ebd07705f 100644
--- a/meta/recipes-devtools/python/python3-uritools_4.0.2.bb
+++ b/meta/recipes-devtools/python/python3-uritools_4.0.2.bb
@@ -6,6 +6,6 @@  LIC_FILES_CHKSUM = "file://LICENSE;md5=1ec55353c80c662e4255f8889a0ca558"
 
 SRC_URI[sha256sum] = "04df2b787d0eb76200e8319382a03562fbfe4741fd66c15506b08d3b8211d573"
 
-inherit setuptools3 pypi
+inherit pypi python_setuptools_build_meta
 
 BBCLASSEXTEND = "native nativesdk"