Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added PySide6 with pip. * Removed incorrectly added quotation marks. * Scoped PySide6 to specific OSes and versions. * Fixed alphabetical order. * Add PySide6 system packages for Ubuntu Oracular & Debian Sid. * Add trixie definitions for pyside6. Trixie is the current testing distribution of Debian. * https://packages.debian.org/trixie/python3-pyside6.qtasyncio * https://packages.debian.org/trixie/python3-pyside6.qtcharts * https://packages.debian.org/trixie/python3-pyside6.qtconcurrent * https://packages.debian.org/trixie/python3-pyside6.qtcore * https://packages.debian.org/trixie/python3-pyside6.qtdatavisualization * https://packages.debian.org/trixie/python3-pyside6.qtgui * https://packages.debian.org/trixie/python3-pyside6.qtqml * https://packages.debian.org/trixie/python3-pyside6.qttest * https://packages.debian.org/trixie/python3-pyside6.qtwidgets * Change sort order. I'd intentionally tried to keep these in release order rather than lexicographical order but I forgot that the checker would dislike this. * Switch around the cases here. In particular, make this forward-compatible by using a star for the newer distributions, and either pip or null for the older ones. This way it will work going forward. * Add exception for Fedora 39. Signed-off-by: Chris Lalancette <[email protected]> Co-authored-by: Steven! Ragnarök <[email protected]>
- Loading branch information