python3-gmpy2: fix python 3.12 issues

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Alexander Kanavin
2023-12-31 13:23:15 +01:00
committed by Khem Raj
parent 76e0113299
commit 40539d3d40
2 changed files with 264 additions and 0 deletions

View File

@@ -10,5 +10,6 @@ PYPI_PACKAGE = "gmpy2"
SRC_URI[sha256sum] = "bc297f1fd8c377ae67a4f493fc0f926e5d1b157e5c342e30a4d84dc7b9f95d96"
inherit pypi setuptools3 python3native
SRC_URI += "file://0001-src-fix-python-3.12-builds.patch"
BBCLASSEXTEND = "native nativesdk"