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]}