diff options
Diffstat (limited to 'python/python3-sip/python3-sip.SlackBuild')
-rw-r--r-- | python/python3-sip/python3-sip.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python/python3-sip/python3-sip.SlackBuild b/python/python3-sip/python3-sip.SlackBuild index c0ca3100c1..cc464f5905 100644 --- a/python/python3-sip/python3-sip.SlackBuild +++ b/python/python3-sip/python3-sip.SlackBuild @@ -31,7 +31,7 @@ PRGNAM=python3-sip SRCNAM=sip VERSION=${VERSION:-4.19.20} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then @@ -83,6 +83,7 @@ python3 configure.py \ -b "/usr/bin" \ -d "$PYTHONLIB" \ -e "/usr/include/python$PYTHONVER" \ + --sip-module "PyQt5.sip" \ CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" |