From 2f0d15d73090558da840ad553dd0f78c841c3b8d Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Tue, 23 Nov 2021 19:57:23 +0100 Subject: [PATCH] pycurl: remove python 3.6 --- dev-python/pycurl/pycurl-7.43.0.3.recipe | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/pycurl/pycurl-7.43.0.3.recipe b/dev-python/pycurl/pycurl-7.43.0.3.recipe index fdf11dc8d..c439c7df7 100644 --- a/dev-python/pycurl/pycurl-7.43.0.3.recipe +++ b/dev-python/pycurl/pycurl-7.43.0.3.recipe @@ -60,9 +60,9 @@ if [ -z "$secondaryArchSuffix" ]; then fi # gcc2 does not support the flags passed by python3 if [ "$effectiveTargetArchitecture" != x86_gcc2 ]; then - PYTHON_PACKAGES+=(python36 python3) - PYTHON_VERSIONS+=(3.6 3.7) - PYTHON_LIBSUFFIXES+=(m m) + PYTHON_PACKAGES+=(python3) + PYTHON_VERSIONS+=(3.7) + PYTHON_LIBSUFFIXES+=(m) fi for i in "${!PYTHON_PACKAGES[@]}"; do pythonPackage=${PYTHON_PACKAGES[i]}