pbr, gitpython, gerrit: migrate to Python 3.9 and 3.10

Remove the older Python versions from the recipes.
This commit is contained in:
PulkoMandy
2022-11-20 14:51:30 +01:00
parent e9ede922e6
commit e984a78cd3
3 changed files with 11 additions and 23 deletions

View File

@@ -21,8 +21,8 @@ BUILD_REQUIRES="
haiku_devel
"
PYTHON_PACKAGES=(python3)
PYTHON_VERSIONS=(3.7)
PYTHON_PACKAGES=(python39 python310)
PYTHON_VERSIONS=(3.9 3.10)
for i in "${!PYTHON_PACKAGES[@]}"; do
pythonPackage=${PYTHON_PACKAGES[i]}
pythonVersion=${PYTHON_VERSIONS[$i]}