diff --git a/python-fontMath.changes b/python-fontMath.changes index 5f393bc..6c1fc80 100644 --- a/python-fontMath.changes +++ b/python-fontMath.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue May 26 07:54:19 UTC 2020 - Tomáš Chvátal + +- Fix FontTools dependency + ------------------------------------------------------------------- Wed May 20 09:47:00 UTC 2020 - Antonio Larrosa diff --git a/python-fontMath.spec b/python-fontMath.spec index 4938dd9..e240716 100644 --- a/python-fontMath.spec +++ b/python-fontMath.spec @@ -22,17 +22,16 @@ Version: 0.6.0 Release: 0 Summary: A set of objects for performing math operations on font data License: MIT -Group: Development/Languages/Python URL: https://github.com/robotools/fontMath Source: https://files.pythonhosted.org/packages/source/f/fontMath/fontMath-%{version}.zip BuildRequires: %{python_module setuptools} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildRequires: unzip -Requires: python-fonttools >= 3.32.0 +Requires: python-FontTools >= 3.32.0 BuildArch: noarch # SECTION test requirements -BuildRequires: %{python_module fonttools >= 3.32.0} +BuildRequires: %{python_module FontTools >= 3.32.0} BuildRequires: %{python_module pytest >= 3.0.3} # /SECTION %python_subpackages