Update mako-1.2.2.recipe

This commit is contained in:
waddlesplash
2022-10-19 17:05:59 -04:00
committed by GitHub
parent 4edc9a0b9b
commit d6dbe0852d

View File

@@ -29,7 +29,7 @@ BUILD_REQUIRES="
haiku_devel
"
PYTHON_PACKAGES=(python37 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]}