Diffusion Krita 858f19a85bb2

Always use the same sipname as PyQt

Authored by arojas on Jul 18 2018, 1:56 PM.

Description

Always use the same sipname as PyQt

PyQt>=5.11 uses 'PyQt.sip' sipname by default, but some distributions (such ad Debian) patch it to use 'sip'. Get the sipname from the PyQt configuration instead of setting it depending on the PyQt version.

Differential Revision: https://phabricator.kde.org/D14182