Skip to content

Commit

Permalink
FIXUP: add python3-pillow as deb/rpm dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
deeplow committed Nov 6, 2023
1 parent c0a656c commit eebd556
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions install/linux/dangerzone.spec
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ BuildRequires: python3-devel
%if 0%{?_qubes}
# Qubes-only requirements
Requires: python3-magic
Requires: python3-pillow
Requires: libreoffice
Requires: tesseract
# Explicitly require every tesseract model:
Expand Down
2 changes: 1 addition & 1 deletion stdeb.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[DEFAULT]
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
Suite: bionic
X-Python3-Version: >= 3.6
Expand Down

0 comments on commit eebd556

Please sign in to comment.