requests: Fixup last commit.

This commit is contained in:
waddlesplash
2022-10-19 14:33:26 -04:00
committed by GitHub
parent 2700fe7efe
commit 837136e401

View File

@@ -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]}