mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
psutil, pycurl: provide "non _x86" package name. (#8814)
The psutil recipe remains disabled (so no rev-bump there).
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user