Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37765163
en ru br
ALT Linux repos
S:5.1.5-alt3

Group :: Graphics
RPM: krita

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: alt-find-pyqt.patch
Download


--- a/cmake/modules/FindPyQt5.py
+++ b/cmake/modules/FindPyQt5.py
@@ -43,7 +43,7 @@ except ValueError:
 
 pyqt_sip_dir = os.path.join(get_python_lib(plat_specific=1), "PyQt5", "bindings")
 if not os.path.exists(pyqt_sip_dir):  # Fallback for older PyQt5/SIP
-    pyqt_sip_dir = os.path.join(sys.prefix, "share", "sip", "PyQt5")
+    pyqt_sip_dir = os.path.join(sys.prefix, "share", "sip3", "PyQt5")
 print("pyqt_sip_dir:%s" % pyqt_sip_dir)
 
 print("pyqt_sip_flags:%s" % PyQt5.QtCore.PYQT_CONFIGURATION["sip_flags"])
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin