From 91eb9f2461e96bcd1bb97abc19298f4ca9ae56c0 Mon Sep 17 00:00:00 2001 From: Gwyn Ciesla Date: Mon, 9 Jan 2023 09:40:30 -0600 Subject: [PATCH] require python3-pillow --- inkscape.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/inkscape.spec b/inkscape.spec index 69d3e38..4b9e854 100644 --- a/inkscape.spec +++ b/inkscape.spec @@ -10,7 +10,7 @@ Name: inkscape Version: 1.2.2 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Vector-based drawing program using SVG # Inkscape tags their releases with underscores and in ALLCAPS @@ -88,6 +88,7 @@ Requires: python3-numpy Requires: python3-scour Requires: python3-appdirs Requires: python3-cssselect +Requires: python3-pillow # Weak dependencies for the LaTeX plugin Suggests: pstoedit Suggests: tex(latex) @@ -225,6 +226,9 @@ desktop-file-validate $RPM_BUILD_ROOT%{_datadir}/applications/org.inkscape.Inksc %changelog +* Mon Jan 09 2023 Gwyn Ciesla - 1.2.2-3 +- Require python3-pillow + * Tue Jan 03 2023 Carl George - 1.2.2-2 - Build against GraphicsMagick instead of ImageMagick on F38+, resolves rhbz#2158052