commit:     99ca981013ab1385ca1675376124462d0b0755f2
Author:     Tobias Jakobi <tjakobi <AT> math <DOT> uni-bielefeld <DOT> de>
AuthorDate: Sun Jan 12 16:03:54 2025 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon Jan 13 10:08:36 2025 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=99ca9810

games-util/ProtonUp-Qt: fix pyside6 deps on Git/9999

Launching ProtonUp-Qt with the currently available pyside6 version
(which is 6.8.1 at the time of writing) fails due to missing
Python module imports.

Analysis of the ProtonUp-Qt sourcecode (Git tip from 2025-01-12)
shows that the following imports are required:
- PySide6.QtCore
- PySide6.QtDBus
- PySide6.QtGui
- PySide6.QtUiTools
- PySide6.QtWidgets

QtCore is always available in pysid6. Translating them to useflags
they become:
- dbus
- gui
- uitools
- widgets

Fix the pyside6 dependency accordingly.

Signed-off-by: Tobias Jakobi <tjakobi <AT> math.uni-bielefeld.de>
Closes: https://github.com/gentoo/guru/pull/277
Signed-off-by: David Roman <davidroman96 <AT> gmail.com>

 games-util/ProtonUp-Qt/ProtonUp-Qt-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-util/ProtonUp-Qt/ProtonUp-Qt-9999.ebuild 
b/games-util/ProtonUp-Qt/ProtonUp-Qt-9999.ebuild
index fe322a173..97cf515d6 100644
--- a/games-util/ProtonUp-Qt/ProtonUp-Qt-9999.ebuild
+++ b/games-util/ProtonUp-Qt/ProtonUp-Qt-9999.ebuild
@@ -19,7 +19,7 @@ SLOT="0"
 
 DEPEND="dev-python/steam
        dev-python/requests
-       dev-python/pyside6[designer(+)]
+       dev-python/pyside6[dbus,gui,uitools,widgets]
        dev-python/vdf
        dev-python/pyxdg
        dev-python/pyaml

Reply via email to