Skip to content

Commit

Permalink
fix(build): replace deprecated pyface.ui.qt4
Browse files Browse the repository at this point in the history
  • Loading branch information
osthomas committed Nov 14, 2023
1 parent 26c91f5 commit 8bbc586
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions optoConfig96.spec
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ hiddenimports = [
"traitsui.toolkits",
"traitsui.qt4",
"pyface.toolkits",
"pyface.ui.qt4"
"pyface.ui.qt"
]
hiddenimports += collect_submodules('pyface.ui.qt4')
hiddenimports += collect_submodules('pyface.ui.qt')
hiddenimports += collect_submodules('traitsui.qt4')

block_cipher = None
Expand Down

0 comments on commit 8bbc586

Please sign in to comment.