From 97eee44e7d7db1622be74ab9554fc0240017eeeb Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 24 Aug 2024 00:23:23 -0700 Subject: python3-pycocotools: Downgrade numpy version needed to 1.x This is needed for it to build with PEP-517 backend, older backend ignored the version Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-pycocotools_2.0.8.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-python/recipes-devtools/python/python3-pycocotools_2.0.8.bb') 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 47c750104e..7226f0fb81 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 @@ -5,6 +5,8 @@ LIC_FILES_CHKSUM = "file://pycocotools/coco.py;beginline=45;endline=45;md5=12cb5 inherit pypi python_setuptools_build_meta +SRC_URI += "file://0001-downgrade-numpy-version-to-1.26.4.patch" + SRC_URI[sha256sum] = "8f2bcedb786ba26c367a3680f9c4eb5b2ad9dccb2b34eaeb205e0a021e1dfb8d" DEPENDS = "python3-cython-native python3-numpy-native virtual/crypt" -- cgit v1.2.3-54-g00ecf