Accepting request 580316 from home:TheBlackCat:branches:M17N
- Fix building on tumbleweed OBS-URL: https://build.opensuse.org/request/show/580316 OBS-URL: https://build.opensuse.org/package/show/M17N/python-FontTools?expand=0&rev=2
This commit is contained in:
@@ -26,7 +26,6 @@ Url: http://github.com/fonttools/fonttools
|
||||
Group: Development/Languages/Python
|
||||
Source: https://files.pythonhosted.org/packages/source/F/FontTools/fonttools-%{version}.zip
|
||||
BuildRequires: %{python_module devel}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: unzip
|
||||
@@ -39,6 +38,7 @@ BuildRequires: %{python_module pytest-runner}
|
||||
BuildRequires: %{python_module reportlab}
|
||||
BuildRequires: %{python_module scipy}
|
||||
BuildRequires: %{python_module tox}
|
||||
BuildRequires: %{python_module setuptools}
|
||||
%endif
|
||||
Recommends: python-brotlipy
|
||||
Recommends: python-munkres
|
||||
@@ -88,6 +88,10 @@ sed -i -e '/^#!\//, 1d' Lib/fontTools/mtiLib/__init__.py
|
||||
%python_exec setup.py test
|
||||
%endif
|
||||
|
||||
%files %{python_files}
|
||||
%doc LICENSE LICENSE.external README.rst NEWS.rst
|
||||
%{python_sitelib}/*
|
||||
|
||||
%files -n fonttools
|
||||
%doc LICENSE LICENSE.external README.rst NEWS.rst
|
||||
%{_bindir}/fonttools
|
||||
@@ -97,8 +101,4 @@ sed -i -e '/^#!\//, 1d' Lib/fontTools/mtiLib/__init__.py
|
||||
%{_bindir}/ttx
|
||||
%{_mandir}/man1/ttx.1%{ext_man}
|
||||
|
||||
%files %{python_files}
|
||||
%doc LICENSE LICENSE.external README.rst NEWS.rst
|
||||
%{python_sitelib}/*
|
||||
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user