diff --git a/fonttools.spec b/fonttools.spec index edf97ac..099fb77 100644 --- a/fonttools.spec +++ b/fonttools.spec @@ -7,7 +7,7 @@ OpenType, AFM and to an extent Type 1 and some Mac-specific formats. Name: fonttools Version: 4.12.1 -Release: 2%{?dist} +Release: 3%{?dist} Summary: Tools to manipulate font files License: MIT URL: https://github.com/fonttools/fonttools/ @@ -25,6 +25,7 @@ Provides: ttx = %{version}-%{release} Summary: Python 3 fonttools library %{?python_provide:%python_provide python3-%{name}} BuildRequires: python3-devel +BuildRequires: python3-setuptools BuildRequires: python3-setuptools_scm BuildRequires: python3-pytest BuildRequires: python3-brotli @@ -77,6 +78,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} %{python3} -m pytest --ignore Tests/mi %{python3_sitelib}/%{name}-%{version}-py3.?.egg-info %changelog +* Wed Jun 24 2020 Parag Nemade - 4.12.1-3 +- Add missing BR: python3-setuptools + * Sun Jun 21 2020 Athos Ribeiro - 4.12.1-2 - Obsolete retired python3-ufolib package