summaryrefslogtreecommitdiff
path: root/graphics/qgis/files
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/qgis/files')
-rw-r--r--graphics/qgis/files/patch-cmake_FindPyQt5.py11
-rw-r--r--graphics/qgis/files/patch-cmake_FindSIP.py9
2 files changed, 0 insertions, 20 deletions
diff --git a/graphics/qgis/files/patch-cmake_FindPyQt5.py b/graphics/qgis/files/patch-cmake_FindPyQt5.py
deleted file mode 100644
index 265f439b546c..000000000000
--- a/graphics/qgis/files/patch-cmake_FindPyQt5.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- cmake/FindPyQt5.py.orig 2020-08-20 07:52:34 UTC
-+++ cmake/FindPyQt5.py
-@@ -61,7 +61,7 @@ else: # Code for SIP v5
- import shutil
- cfg = {
- 'pyqt_mod_dir': os.path.dirname(PyQt5.__file__),
-- 'pyqt_sip_dir': os.path.join(get_python_lib(plat_specific=1), "PyQt5", "bindings"),
-+ 'pyqt_sip_dir': "%%PYQT_SIPDIR%%",
- 'pyqt_bin_dir': os.path.dirname(shutil.which("pyuic5")),
- }
-
diff --git a/graphics/qgis/files/patch-cmake_FindSIP.py b/graphics/qgis/files/patch-cmake_FindSIP.py
deleted file mode 100644
index 9458efe06dee..000000000000
--- a/graphics/qgis/files/patch-cmake_FindSIP.py
+++ /dev/null
@@ -1,9 +0,0 @@
---- cmake/FindSIP.py.orig 2020-08-20 07:34:51 UTC
-+++ cmake/FindSIP.py
-@@ -56,5 +56,5 @@ else: # Code for SIP v5
- print("sip_bin:%s" % shutil.which("sip5"))
-
- from distutils.sysconfig import get_python_lib
-- python_modules_dir = get_python_lib(plat_specific=1)
-+ python_modules_dir = "%%PYQT_SIPDIR%%"
- print("default_sip_dir:%s" % python_modules_dir)