FIXUP: add python3-pillow as deb/rpm dependency

This commit is contained in:
deeplow 2023-11-06 11:29:25 +00:00
parent c0a656cd42
commit eebd556e3f
No known key found for this signature in database
GPG key ID: 577982871529A52A
2 changed files with 2 additions and 1 deletions

View file

@ -72,6 +72,7 @@ BuildRequires: python3-devel
%if 0%{?_qubes} %if 0%{?_qubes}
# Qubes-only requirements # Qubes-only requirements
Requires: python3-magic Requires: python3-magic
Requires: python3-pillow
Requires: libreoffice Requires: libreoffice
Requires: tesseract Requires: tesseract
# Explicitly require every tesseract model: # Explicitly require every tesseract model:

View file

@ -1,6 +1,6 @@
[DEFAULT] [DEFAULT]
Package3: dangerzone Package3: dangerzone
Depends3: podman, python3, python3-pyside2.qtcore, python3-pyside2.qtgui, python3-pyside2.qtwidgets, python3-pyside2.qtsvg, python3-appdirs, python3-click, python3-xdg, python3-colorama, python3-requests, python3-markdown, python3-packaging Depends3: podman, python3, python3-pyside2.qtcore, python3-pyside2.qtgui, python3-pyside2.qtwidgets, python3-pyside2.qtsvg, python3-appdirs, python3-click, python3-xdg, python3-colorama, python3-requests, python3-markdown, python3-packaging, python3-pillow
Build-Depends: dh-python, python3, python3-setuptools, python3-stdeb Build-Depends: dh-python, python3, python3-setuptools, python3-stdeb
Suite: bionic Suite: bionic
X-Python3-Version: >= 3.6 X-Python3-Version: >= 3.6