We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97758ef commit 1997e0fCopy full SHA for 1997e0f
install-qt.py
@@ -24,4 +24,4 @@ def install(packages):
24
pkg = 'python3-pyside'
25
else:
26
pkg = 'python-pyside'
27
- install([pkg, pkg + '-dbg'])
+ install([pkg])
0 commit comments