From 837136e401db6b430e3c665c20c1535a77eaac96 Mon Sep 17 00:00:00 2001 From: waddlesplash Date: Wed, 19 Oct 2022 14:33:26 -0400 Subject: [PATCH] requests: Fixup last commit. --- dev-python/requests/requests-2.27.1.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/requests/requests-2.27.1.recipe b/dev-python/requests/requests-2.27.1.recipe index c12c93a11..f2f85988e 100644 --- a/dev-python/requests/requests-2.27.1.recipe +++ b/dev-python/requests/requests-2.27.1.recipe @@ -21,7 +21,7 @@ REQUIRES=" BUILD_REQUIRES=" haiku_devel " -PYTHON_PACKAGES=(python python3 python38 python39 python310) +PYTHON_PACKAGES=(python3 python38 python39 python310) PYTHON_VERSIONS=(3.7 3.8 3.9 3.10) for i in "${!PYTHON_PACKAGES[@]}"; do pythonPackage=${PYTHON_PACKAGES[i]}