summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-gmpy2_2.1.5.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2023-12-31 13:23:15 +0100
committerKhem Raj <raj.khem@gmail.com>2023-12-31 08:27:48 -0800
commit40539d3d4085ecc83f06619afe2200a2b3e608f0 (patch)
tree0e10dc883cc68c8b5d268815d43446eede860f5d /meta-python/recipes-devtools/python/python3-gmpy2_2.1.5.bb
parent76e0113299bb65b840b2dd1409e31c67cc66d4b5 (diff)
downloadmeta-openembedded-40539d3d4085ecc83f06619afe2200a2b3e608f0.tar.gz
python3-gmpy2: fix python 3.12 issues
Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-gmpy2_2.1.5.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-gmpy2_2.1.5.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-gmpy2_2.1.5.bb b/meta-python/recipes-devtools/python/python3-gmpy2_2.1.5.bb
index 9a66af9a98..d9e9bd50e5 100644
--- a/meta-python/recipes-devtools/python/python3-gmpy2_2.1.5.bb
+++ b/meta-python/recipes-devtools/python/python3-gmpy2_2.1.5.bb
@@ -10,5 +10,6 @@ PYPI_PACKAGE = "gmpy2"
10SRC_URI[sha256sum] = "bc297f1fd8c377ae67a4f493fc0f926e5d1b157e5c342e30a4d84dc7b9f95d96" 10SRC_URI[sha256sum] = "bc297f1fd8c377ae67a4f493fc0f926e5d1b157e5c342e30a4d84dc7b9f95d96"
11 11
12inherit pypi setuptools3 python3native 12inherit pypi setuptools3 python3native
13SRC_URI += "file://0001-src-fix-python-3.12-builds.patch"
13 14
14BBCLASSEXTEND = "native nativesdk" 15BBCLASSEXTEND = "native nativesdk"