diff --git a/inkscape.changes b/inkscape.changes index de35c42..ec0ac3f 100644 --- a/inkscape.changes +++ b/inkscape.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue May 23 11:52:02 UTC 2023 - Dirk Stoecker + +- Add Recommends for python3-imaging (python3-Pillow) + ------------------------------------------------------------------- Tue Mar 21 08:44:31 UTC 2023 - Bjørn Lie @@ -1336,4 +1341,3 @@ Thu Aug 12 13:27:48 CEST 2004 - hhetter@suse.de Mon Aug 2 13:49:10 CEST 2004 - hhetter@suse.de - initial SuSE package - diff --git a/inkscape.spec b/inkscape.spec index 5cbd58b..a5d9f49 100644 --- a/inkscape.spec +++ b/inkscape.spec @@ -78,6 +78,8 @@ BuildRequires: pkgconfig(libwpg-0.3) # extensions use annotations which requires 3.7+ Requires: python(abi) >= 3.7 Requires: python3-gobject +# python3-imaging is generic for python3-Pillow +Recommends: python3-imaging Recommends: python3-lxml Recommends: python3-numpy Recommends: python3-scour