From 470236b7e93300560e294f66761f781f0545c40f Mon Sep 17 00:00:00 2001 From: yangxiaodong Date: Thu, 6 Jun 2024 15:09:31 +0800 Subject: [PATCH] add buildrequires python3-chardet to fix check test failure --- python-reportlab.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-reportlab.spec b/python-reportlab.spec index 3c17748..e45d3d7 100644 --- a/python-reportlab.spec +++ b/python-reportlab.spec @@ -4,12 +4,13 @@ Name: python-reportlab Version: 4.0.8 -Release: 2 +Release: 3 Summary: ReportLab library to create PDF documents and graphic License: BSD URL: https://www.reportlab.com/ Source0: https://files.pythonhosted.org/packages/source/r/reportlab/reportlab-%{version}.tar.gz BuildRequires: freetype-devel +BuildRequires: python3-chardet BuildArch: noarch %description @@ -75,6 +76,9 @@ cp -a build/lib/reportlab docs/userguide/ %doc demos/ tools/ %changelog +* Thu Jun 6 2024 yangxiaodong - 4.0.8-3 +- add buildrequires python3-chardet to fix check test failure + * Wed Apr 17 2024 yanjianqing - 4.0.8-2 - Fix check test failure