From 3a4d6353acb23ea73c61ce19d5af9eff70d92637 Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Tue, 26 Jan 2021 20:22:24 +0100 Subject: [PATCH] requests: typo --- dev-python/requests/requests-2.22.0.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]}