diff --git a/dev-python/requests/requests-2.22.0.recipe b/dev-python/requests/requests-2.22.0.recipe index 195500412..2a2dcf694 100644 --- a/dev-python/requests/requests-2.22.0.recipe +++ b/dev-python/requests/requests-2.22.0.recipe @@ -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]}