krita: remove patch

This commit is contained in:
John 2023-11-02 11:27:28 +01:00
parent 9fbbabbfb1
commit 08c5e59809

View file

@ -1,11 +0,0 @@
--- cmake/modules/FindSIP.py 2021-03-27 00:35:53.979089480 +0100
+++ - 2021-03-27 00:38:03.000811383 +0100
@@ -20,7 +20,7 @@
print("sip_version_str:%s" % sipbuild.version.SIP_VERSION_STR)
import shutil
- print("sip_bin:%s" % shutil.which("sip5"))
+ print("sip_bin:%s" % shutil.which("sip"))
from distutils.sysconfig import get_python_lib
python_modules_dir = get_python_lib(plat_specific=1)