mirror of
https://github.com/freedomofpress/dangerzone.git
synced 2025-05-04 20:51:49 +02:00
FIXUP: add python3-pillow as deb/rpm dependency
This commit is contained in:
parent
c0a656cd42
commit
eebd556e3f
2 changed files with 2 additions and 1 deletions
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue