From 8a070b50a7d1af53ac470037542dc7aebbfddea0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Wed, 22 Mar 2023 13:29:33 +0100 Subject: [PATCH] cffi: no lib suffix for 3.8 and up --- dev-python/cffi/cffi-1.15.1.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/cffi/cffi-1.15.1.recipe b/dev-python/cffi/cffi-1.15.1.recipe index 770abf7e1..65bd5a978 100644 --- a/dev-python/cffi/cffi-1.15.1.recipe +++ b/dev-python/cffi/cffi-1.15.1.recipe @@ -29,7 +29,7 @@ BUILD_PREREQUIRES=" PYTHON_PACKAGES=(python38 python39 python310) PYTHON_VERSIONS=(3.8 3.9 3.10) -PYTHON_LIBSUFFIXES+=(m) +PYTHON_LIBSUFFIXES+=() for i in "${!PYTHON_PACKAGES[@]}"; do pythonPackage=${PYTHON_PACKAGES[i]} pythonVersion=${PYTHON_VERSIONS[$i]}