requests: typo

This commit is contained in:
Jerome Duval
2021-01-26 20:22:24 +01:00
parent 311c42f0a0
commit 3a4d6353ac

View File

@@ -22,7 +22,7 @@ BUILD_REQUIRES="
haiku_devel
"
PYTHON_PACKAGES=(python python3 python38 python39)
PYTHON_VERSIONS=(2.7 3.7 3.8. 3.9)
PYTHON_VERSIONS=(2.7 3.7 3.8 3.9)
for i in "${!PYTHON_PACKAGES[@]}"; do
pythonPackage=${PYTHON_PACKAGES[i]}
pythonVersion=${PYTHON_VERSIONS[$i]}