1
0
mirror of https://gitlab.com/openlp/runners.git synced 2024-12-22 03:12:49 +00:00

Merge branch 'debian-pyside6-extra-dep' into 'master'

Add a last dependency for PySide6

See merge request openlp/runners!49
This commit is contained in:
Tim Bentley 2024-11-09 07:49:20 +00:00
commit ecec7f9bbe

View File

@ -6,8 +6,8 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive \
python3-pyqt5.qtsvg python3-pyqt5.qtopengl python3-pyqt5.qtwebchannel python3-pyqt5.qtwebengine \
python3-dbus.mainloop.pyqt5 \
qt6-base-dev-tools pyside6-tools python3-pyside6.qtcore python3-pyside6.qtgui \
python3-pyside6.qtmultimedia python3-pyside6.qtsvg python3-pyside6.qtopengl \
python3-pyside6.qtwebchannel python3-pyside6.qtwebengine \
python3-pyside6.qtmultimedia python3-pyside6.qtmultimediawidgets python3-pyside6.qtsvg \
python3-pyside6.qtopengl python3-pyside6.qtwebchannel python3-pyside6.qtwebengine \
python3-sqlalchemy python3-alembic python3-chardet python3-lxml python3-enchant python3-bs4 \
python3-mako python3-uno python3-pytest python3-pytest-cov python3-websockets python3-webob \
python3-waitress python3-requests python3-pymediainfo python3-qtawesome python3-opengl \