]> git.pld-linux.org Git - packages/python3-PyQt6-WebEngine.git/blob - install.patch
rebuild with tests and docs
[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 1.149112 seconds and 3 git commands to generate.