]> git.pld-linux.org Git - packages/python3-PyQt6-WebEngine.git/blob - install.patch
4c4d529ea2b10a6e43b6dc704fa246b5fcfdc7db
[packages/python3-PyQt6-WebEngine.git] / install.patch
1 --- PyQt5_gpl-5.8.2/configure.py~       2017-03-30 08:46:57.000000000 +0000
2 +++ PyQt5_gpl-5.8.2/configure.py        2017-05-16 16:48:18.543916862 +0000
3 @@ -405,7 +405,7 @@
4  
5          self.inc_dir = sysconfig.get_python_inc()
6          self.venv_inc_dir = sysconfig.get_python_inc(prefix=sys.prefix)
7 -        self.module_dir = sysconfig.get_python_lib(plat_specific=1)
8 +        self.module_dir = sysconfig.get_python_lib(plat_specific=1, prefix=sys.prefix)
9          self.debug = hasattr(sys, 'gettotalrefcount')
10  
11          if sys.platform == 'win32':
This page took 0.05124 seconds and 2 git commands to generate.