From eebd556e3fad062753742a1e92e1b013a62ae795 Mon Sep 17 00:00:00 2001 From: deeplow Date: Mon, 6 Nov 2023 11:29:25 +0000 Subject: [PATCH] FIXUP: add python3-pillow as deb/rpm dependency --- install/linux/dangerzone.spec | 1 + stdeb.cfg | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/install/linux/dangerzone.spec b/install/linux/dangerzone.spec index 99886e0ef..40a84c743 100644 --- a/install/linux/dangerzone.spec +++ b/install/linux/dangerzone.spec @@ -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: diff --git a/stdeb.cfg b/stdeb.cfg index cf51d2f8f..f51ac9ced 100644 --- a/stdeb.cfg +++ b/stdeb.cfg @@ -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