Skip to content

Commit

Permalink
(win-install) That pulled in too much pyqt, try more fine-grained.
Browse files Browse the repository at this point in the history
part of CURA-11622
  • Loading branch information
rburema committed Dec 10, 2024
1 parent e2c3dd6 commit 89287f8
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion conandata.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,15 @@ pyinstaller:
- "pyDulcificum"
- "pynest2d"
- "PyQt6"
- "PyQt6.QtQml"
- "PyQt6.QtQuick"
- "PyQt6.QtQuick.Widgets"
- "PyQt6.QtQuick.Controls"
- "PyQt6.QtQuick.Dialogs"
- "PyQt6.QtQuick.Layouts"
- "PyQt6.QtWidgets"
- "PyQt6.QtDBus"
- "PyQt6.QtGui"
- "PyQt6.QtNetwork"
- "PyQt6.sip"
- "logging.handlers"
Expand All @@ -125,7 +134,15 @@ pyinstaller:
- "sqlite3"
- "trimesh"
- "win32ctypes"
- "PyQt6"
- "PyQt6.QtQml"
- "PyQt6.QtQuick"
- "PyQt6.QtQuick.Widgets"
- "PyQt6.QtQuick.Controls"
- "PyQt6.QtQuick.Dialogs"
- "PyQt6.QtQuick.Layouts"
- "PyQt6.QtWidgets"
- "PyQt6.QtDBus"
- "PyQt6.QtGui"
- "PyQt6.QtNetwork"
- "PyQt6.sip"
- "stl"
Expand Down

0 comments on commit 89287f8

Please sign in to comment.