[Bug 1195369] New: qt6: no libqt5_sql_backend alternative
https://bugzilla.suse.com/show_bug.cgi?id=1195369 Bug ID: 1195369 Summary: qt6: no libqt5_sql_backend alternative Classification: openSUSE Product: openSUSE Tumbleweed Version: Current Hardware: Other OS: Other Status: NEW Severity: Normal Priority: P5 - None Component: Development Assignee: christophe@krop.fr Reporter: jslaby@suse.com QA Contact: qa-bugs@suse.de Found By: --- Blocker: --- There is nothing like libqt6_sql_backend or qt6_sql_backend in qt6-base as it used to be in qt5: $ zypper wp libqt5_sql_backend ... i | libQt5Sql5-mysql | Qt 5 MySQL support | package | libQt5Sql5-postgresql | Qt 5 PostgreSQL plugin | package i | libQt5Sql5-sqlite | Qt 5 sqlite plugin | package | libQt5Sql5-unixODBC | Qt 5 unixODBC plugin | package One could 'Require: libqt5_sql_backend' to require any of those (in network/datovka, in particular). This is impossible with qt6. -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1195369 https://bugzilla.suse.com/show_bug.cgi?id=1195369#c2 Fabian Vogt <fvogt@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fvogt@suse.com --- Comment #2 from Fabian Vogt <fvogt@suse.com> ---
The 4*Qt5 SQL plugins have a `Provides: libqt5_sql_backend`. The solver picks the first one it finds.
Not necessarily: With a Suggests it's possible to tell the solver what the "default" is. I suggest to use boolean dependencies e.g. Requires: (qt6-sql-mysql or qt6-sql-sqlite) for the backends which the application supports. -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com