diff mbox series

[meta-python,5/9] python3-pycocotools: Use build pep517-backend

Message ID 20240815044523.1030831-5-raj.khem@gmail.com
State New
Headers show
Series [meta-oe,1/9] glibmm: Upgrade to 2.66.7 release | expand

Commit Message

Khem Raj Aug. 15, 2024, 4:45 a.m. UTC
Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 .../recipes-devtools/python/python3-pycocotools_2.0.8.bb        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/meta-python/recipes-devtools/python/python3-pycocotools_2.0.8.bb b/meta-python/recipes-devtools/python/python3-pycocotools_2.0.8.bb
index c9968ae379..47c750104e 100644
--- a/meta-python/recipes-devtools/python/python3-pycocotools_2.0.8.bb
+++ b/meta-python/recipes-devtools/python/python3-pycocotools_2.0.8.bb
@@ -3,7 +3,7 @@  SUMMARY = "COCO is a large image dataset designed for object detection, segmenta
 LICENSE = "BSD-2-Clause"
 LIC_FILES_CHKSUM = "file://pycocotools/coco.py;beginline=45;endline=45;md5=12cb539683cf245df8b6ce782d78f647"
 
-inherit setuptools3 pypi
+inherit pypi python_setuptools_build_meta
 
 SRC_URI[sha256sum] = "8f2bcedb786ba26c367a3680f9c4eb5b2ad9dccb2b34eaeb205e0a021e1dfb8d"