psutil, pycurl: provide "non _x86" package name. (#8814)

The psutil recipe remains disabled (so no rev-bump there).
This commit is contained in:
OscarL
2023-06-07 05:58:59 -03:00
committed by GitHub
parent 8ba153cf42
commit 594c5aa8e0
2 changed files with 11 additions and 1 deletions

View File

@@ -42,6 +42,11 @@ for i in "${!PYTHON_PACKAGES[@]}"; do
eval "PROVIDES_${pythonPackage}=\"
${portName}_$pythonPackage = $portVersion
\""
if [ "$targetArchitecture" = x86_gcc2 ]; then
eval "PROVIDES_$pythonPackage+=\"
psutil_$pythonPackage = $portVersion
\""
fi
eval "REQUIRES_$pythonPackage=\"
haiku$secondaryArchSuffix
cmd:python$pythonVersion