diff --git a/dev-python/qrcode/qrcode-7.4.2.recipe b/dev-python/qrcode/qrcode-7.4.2.recipe index 95d38d020..a24edb13d 100644 --- a/dev-python/qrcode/qrcode-7.4.2.recipe +++ b/dev-python/qrcode/qrcode-7.4.2.recipe @@ -23,8 +23,8 @@ BUILD_REQUIRES=" haiku_devel " -PYTHON_PACKAGES=(python39 python310) -PYTHON_VERSIONS=(3.9 3.10) +PYTHON_PACKAGES=(python310) +PYTHON_VERSIONS=(3.10) defaultVersion=3.10 for i in "${!PYTHON_PACKAGES[@]}"; do pythonPackage=${PYTHON_PACKAGES[i]}