mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-19 10:10:06 +02:00
pycurl: remove python 3.6
This commit is contained in:
@@ -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]}
|
||||
|
||||
Reference in New Issue
Block a user