Skip to content

Commit

Permalink
hooks: remove support for PyQt4 and PySide (#5126)
Browse files Browse the repository at this point in the history
Qt4 is unsupported since 2015 and hence this change will remove
support for Qt4 packages.
  • Loading branch information
motatoes committed Sep 13, 2020
1 parent 0bc9854 commit ad39eb8
Show file tree
Hide file tree
Showing 39 changed files with 14 additions and 812 deletions.
2 changes: 1 addition & 1 deletion PyInstaller/hooks/hook-PIL.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
# Assume that if people are really using tkinter in their application, they
# will also import it directly and thus PyInstaller bundles the right GUI
# library.
excludedimports = [modname_tkinter, 'FixTk', 'PySide', 'PyQt4', 'PyQt5']
excludedimports = [modname_tkinter, 'FixTk', 'PyQt5']
26 changes: 0 additions & 26 deletions PyInstaller/hooks/hook-PyQt4.Qt.py

This file was deleted.

13 changes: 0 additions & 13 deletions PyInstaller/hooks/hook-PyQt4.Qt3Support.py

This file was deleted.

14 changes: 0 additions & 14 deletions PyInstaller/hooks/hook-PyQt4.QtAssistant.py

This file was deleted.

16 changes: 0 additions & 16 deletions PyInstaller/hooks/hook-PyQt4.QtCore.py

This file was deleted.

22 changes: 0 additions & 22 deletions PyInstaller/hooks/hook-PyQt4.QtGui.py

This file was deleted.

19 changes: 0 additions & 19 deletions PyInstaller/hooks/hook-PyQt4.QtHelp.py

This file was deleted.

17 changes: 0 additions & 17 deletions PyInstaller/hooks/hook-PyQt4.QtNetwork.py

This file was deleted.

14 changes: 0 additions & 14 deletions PyInstaller/hooks/hook-PyQt4.QtOpenGL.py

This file was deleted.

16 changes: 0 additions & 16 deletions PyInstaller/hooks/hook-PyQt4.QtScript.py

This file was deleted.

16 changes: 0 additions & 16 deletions PyInstaller/hooks/hook-PyQt4.QtSql.py

This file was deleted.

14 changes: 0 additions & 14 deletions PyInstaller/hooks/hook-PyQt4.QtSvg.py

This file was deleted.

13 changes: 0 additions & 13 deletions PyInstaller/hooks/hook-PyQt4.QtTest.py

This file was deleted.

13 changes: 0 additions & 13 deletions PyInstaller/hooks/hook-PyQt4.QtWebKit.py

This file was deleted.

14 changes: 0 additions & 14 deletions PyInstaller/hooks/hook-PyQt4.QtXml.py

This file was deleted.

22 changes: 0 additions & 22 deletions PyInstaller/hooks/hook-PyQt4.Qwt5.py

This file was deleted.

16 changes: 0 additions & 16 deletions PyInstaller/hooks/hook-PyQt4.phonon.py

This file was deleted.

36 changes: 0 additions & 36 deletions PyInstaller/hooks/hook-PyQt4.py

This file was deleted.

50 changes: 0 additions & 50 deletions PyInstaller/hooks/hook-PyQt4.uic.py

This file was deleted.

17 changes: 0 additions & 17 deletions PyInstaller/hooks/hook-PySide.QtCore.py

This file was deleted.

Loading

0 comments on commit ad39eb8

Please sign in to comment.