diff --git a/python-reportlab.spec b/python-reportlab.spec index 3c17748b8d3ca82ff8cdf65ab49aa33140831ee9..e45d3d721b84d5c3c972dcfa3d12f36820ead1be 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