mirror of
https://gitlab.com/openlp/runners.git
synced 2024-12-04 12:45:51 +00:00
Replace appdirs with platformdirs
This commit is contained in:
parent
043f7bb041
commit
4a628d7220
@ -5,7 +5,7 @@ RUN pacman -Syyu --noconfirm git python qt5-multimedia qt5-svg qt5-webengine qt5
|
||||
python-pyqt5-webengine python-dbus python-sqlalchemy python-alembic python-chardet \
|
||||
python-lxml python-pyenchant python-beautifulsoup4 python-mako python-pip python-pytest \
|
||||
python-pytest-cov python-websockets python-waitress python-requests python-pymediainfo \
|
||||
python-qtawesome python-opengl python-appdirs python-zeroconf python-distro python-pyicu \
|
||||
python-qtawesome python-opengl python-platformdirs python-zeroconf python-distro python-pyicu \
|
||||
python-pytest-qt python-qrcode python-pymupdf python-flask python-flask-cors pyalpm \
|
||||
python-pillow awk fakeroot flake8 mediainfo patch xorg-server-xvfb
|
||||
RUN pip install python-vlc pysword
|
||||
|
@ -6,7 +6,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive \
|
||||
python3-dbus.mainloop.pyqt5 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 python3-appdirs python3-vlc python3-zeroconf python3-pip \
|
||||
python3-qtawesome python3-opengl python3-platformdirs python3-vlc python3-zeroconf python3-pip \
|
||||
python3-flake8 python3-flask python3-flask-cors python3-distro flake8 mediainfo xvfb \
|
||||
python3-pytestqt python3-paramiko twine python3-fitz python3-pyro4 python3-qrcode python3-icu \
|
||||
python3-pyodbc
|
||||
|
@ -1,10 +1,10 @@
|
||||
FROM fedora:37
|
||||
FROM fedora:38
|
||||
|
||||
RUN dnf install -y https://download1.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm \
|
||||
https://download1.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm
|
||||
RUN dnf install -y python3-PyQt5 python3-qt5-webengine python3-sqlalchemy python3-alembic python3-beautifulsoup4 \
|
||||
python3-chardet python3-enchant python3-lxml python3-pyxdg python3-pytest python3-websockets \
|
||||
python3-appdirs python3-webob python3-QtAwesome python3-waitress python3-vlc python3-pymediainfo \
|
||||
python3-platformdirs python3-webob python3-QtAwesome python3-waitress python3-vlc python3-pymediainfo \
|
||||
python3-pyopengl python-pysword python3-requests python3-zeroconf python3-flake8 python3-flask \
|
||||
python3-flask-cors python3-distro mediainfo patch xorg-x11-server-Xvfb ghostscript python3-pip \
|
||||
python-PyMuPDF python3-qrcode python3-pillow-qt python3-pyicu
|
||||
|
@ -6,7 +6,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive \
|
||||
python3-dbus.mainloop.pyqt5 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 python3-appdirs python3-vlc python3-zeroconf python3-pip \
|
||||
python3-qtawesome python3-opengl python3-platformdirs python3-vlc python3-zeroconf python3-pip \
|
||||
python3-flake8 python3-flask python3-flask-cors python3-distro flake8 mediainfo xvfb \
|
||||
python3-pytestqt python3-fitz python3-qrcode python3-icu
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user