academic/veusz: Use sip as provided by current.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2020-04-04 14:41:03 +02:00 committed by Robby Workman
parent 499ccea37b
commit 25d77a4bbd
1 changed files with 1 additions and 2 deletions

View File

@ -69,8 +69,7 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
PYTHONVER=$(python -V 2>&1 | cut -f 2 -d' ' | cut -f 1-2 -d.)
export SIP_EXE=/usr/bin/python3-sip
export SIP_EXE=/usr/bin/sip3
python3 setup.py install --root $PKG