From a55a330f92d6a2a3666bfa0743e7cfb7e3744a21 Mon Sep 17 00:00:00 2001 From: David Woodfall Date: Fri, 28 Sep 2018 20:40:58 +0100 Subject: python/python2-sip: Rename sip module in accordance with newer PyQt5 --- python/python2-sip/python2-sip.SlackBuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'python/python2-sip') diff --git a/python/python2-sip/python2-sip.SlackBuild b/python/python2-sip/python2-sip.SlackBuild index c8572a2265..a174c6ab8c 100644 --- a/python/python2-sip/python2-sip.SlackBuild +++ b/python/python2-sip/python2-sip.SlackBuild @@ -33,7 +33,7 @@ PRGNAM=python2-sip SRCNAM=sip VERSION=${VERSION:-4.19.6} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -85,7 +85,7 @@ python configure.py \ -b "/usr/bin" \ -d "$PYTHONLIB" \ -e "/usr/include/python$PYTHONVER" \ - --sip-module="python2_sip" \ + --sip-module="PyQt5.sip" \ -v "/usr/share/sip-$VERSION" \ CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" -- cgit v1.2.3