From 9e852572072e6a0d6f55bc6614f4e1b497ea0a1ad15bf79345e4dcecfec6c000 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Tue, 26 May 2020 07:54:50 +0000 Subject: [PATCH] - Fix FontTools dependency OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fontMath?expand=0&rev=2 --- python-fontMath.changes | 5 +++++ python-fontMath.spec | 5 ++--- 2 files changed, 7 insertions(+), 3 deletions(-) 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