From 222b2517fc20ea4e471dad427239810e3a07e393 Mon Sep 17 00:00:00 2001 From: OscarL Date: Thu, 21 Sep 2023 06:25:20 -0300 Subject: [PATCH] psutil: switch to Python 3.10. (#9484) Still disabled, as it fails on import (same as before). --- dev-python/psutil/psutil-5.6.7.recipe | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-python/psutil/psutil-5.6.7.recipe b/dev-python/psutil/psutil-5.6.7.recipe index 97748d263..53d5b3415 100644 --- a/dev-python/psutil/psutil-5.6.7.recipe +++ b/dev-python/psutil/psutil-5.6.7.recipe @@ -33,8 +33,8 @@ BUILD_PREREQUIRES=" cmd:gcc$secondaryArchSuffix " -PYTHON_PACKAGES=(python39) -PYTHON_VERSIONS=(3.9) +PYTHON_PACKAGES=(python310) +PYTHON_VERSIONS=(3.10) for i in "${!PYTHON_PACKAGES[@]}"; do pythonPackage=${PYTHON_PACKAGES[i]} pythonVersion=${PYTHON_VERSIONS[$i]} @@ -79,7 +79,7 @@ INSTALL() $python setup.py build install \ --root=/ --prefix=$prefix - packageEntries $pythonPackage \ + packageEntries $pythonPackage \ $prefix/lib/python* done }