Skip to content

Commit 1997e0f

Browse files
committed
Don't attempt to install debug packages for PySide.
1 parent 97758ef commit 1997e0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install-qt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ def install(packages):
2424
pkg = 'python3-pyside'
2525
else:
2626
pkg = 'python-pyside'
27-
install([pkg, pkg + '-dbg'])
27+
install([pkg])

0 commit comments

Comments
 (0)