From 03e33cccc6fead6c4a2a353fbb22020b9f1e7980 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 16:34:24 +0100 Subject: [PATCH] require python-Pillow and python-pip [release 3.3.0-2mamba;Wed Nov 15 2017] --- python-reportlab.spec | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/python-reportlab.spec b/python-reportlab.spec index cf13745..2637c87 100644 --- a/python-reportlab.spec +++ b/python-reportlab.spec @@ -1,6 +1,6 @@ Name: python-reportlab Version: 3.3.0 -Release: 1mamba +Release: 2mamba Summary: An Open Source Python library for generating PDFs and graphics Group: System/Libraries/Python Vendor: openmamba @@ -12,14 +12,17 @@ Source1: http://www.reportlab.com/ftp/pfbfer-20070710.zip License: BSD ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel +BuildRequires: libart_lgpl-devel BuildRequires: libfreetype-devel BuildRequires: libpython-devel ## AUTOBUILDREQ-END BuildRequires: python-Imaging BuildRequires: python-xml +Requires: python >= %python_version +Requires: python-pip +Requires: python-Pillow Provides: ReportLab Obsoletes: ReportLab -Requires: python >= %python_version BuildRoot: %{_tmppath}/%{name}-%{version}-root %description @@ -81,6 +84,9 @@ rm -rf demos/tests %endif %changelog +* Wed Nov 15 2017 Silvan Calarco 3.3.0-2mamba +- require python-Pillow and python-pip + * Thu Mar 24 2016 Automatic Build System 3.3.0-1mamba - automatic version update by autodist