removed python2 references

This commit is contained in:
Jeff Sauer
2023-01-06 07:29:44 -07:00
committed by Adrien Destugues
parent 2b698db36c
commit bd4725fc9a

View File

@@ -22,8 +22,8 @@ BUILD_REQUIRES="
haiku_devel
"
PYTHON_PACKAGES=(python python3)
PYTHON_VERSIONS=(2.7 3.9)
PYTHON_PACKAGES=(python3)
PYTHON_VERSIONS=(3.9)
for i in "${!PYTHON_PACKAGES[@]}"; do
pythonPackage=${PYTHON_PACKAGES[i]}
pythonVersion=${PYTHON_VERSIONS[$i]}