pycurl: remove python 3.6

This commit is contained in:
Jerome Duval
2021-11-23 19:57:23 +01:00
parent 248010f1ab
commit 2f0d15d730

View File

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