From cd1c7197a563038ac78e580e43313cf1d9835c7a Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Thu, 24 Oct 2019 12:30:18 +0200 Subject: [PATCH] pycurl: add lib suffix for 3.7 --- dev-python/pycurl/pycurl-7.43.0.3.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pycurl/pycurl-7.43.0.3.recipe b/dev-python/pycurl/pycurl-7.43.0.3.recipe index 07c50918a..4b198ec04 100644 --- a/dev-python/pycurl/pycurl-7.43.0.3.recipe +++ b/dev-python/pycurl/pycurl-7.43.0.3.recipe @@ -62,7 +62,7 @@ fi if [ "$effectiveTargetArchitecture" != x86_gcc2 ]; then PYTHON_PACKAGES+=(python36 python3) PYTHON_VERSIONS+=(3.6 3.7) - PYTHON_LIBSUFFIXES+=(m) + PYTHON_LIBSUFFIXES+=(m m) fi for i in "${!PYTHON_PACKAGES[@]}"; do pythonPackage=${PYTHON_PACKAGES[i]}