Add missing BR:pythonX-setuptools
This commit is contained in:
parent
141ae600b6
commit
e158ab70fb
1 changed files with 2 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ Provides: ttx = %{version}-%{release}
|
|||
Summary: Python 2 fonttools library
|
||||
%{?python_provide:%python_provide python2-%{name}}
|
||||
BuildRequires: python2-devel
|
||||
BuildRequires: python2-setuptools
|
||||
BuildRequires: numpy
|
||||
BuildArch: noarch
|
||||
Requires: numpy
|
||||
|
|
@ -37,6 +38,7 @@ Summary: Python 3 fonttools library
|
|||
%{?python_provide:%python_provide python3-%{name}}
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: python3-numpy
|
||||
BuildRequires: python3-setuptools
|
||||
BuildArch: noarch
|
||||
Requires: python3-numpy
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue