Add missing BR:pythonX-setuptools
This commit is contained in:
parent
141ae600b6
commit
e158ab70fb
@ -25,6 +25,7 @@ Provides: ttx = %{version}-%{release}
|
|||||||
Summary: Python 2 fonttools library
|
Summary: Python 2 fonttools library
|
||||||
%{?python_provide:%python_provide python2-%{name}}
|
%{?python_provide:%python_provide python2-%{name}}
|
||||||
BuildRequires: python2-devel
|
BuildRequires: python2-devel
|
||||||
|
BuildRequires: python2-setuptools
|
||||||
BuildRequires: numpy
|
BuildRequires: numpy
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Requires: numpy
|
Requires: numpy
|
||||||
@ -37,6 +38,7 @@ Summary: Python 3 fonttools library
|
|||||||
%{?python_provide:%python_provide python3-%{name}}
|
%{?python_provide:%python_provide python3-%{name}}
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-numpy
|
BuildRequires: python3-numpy
|
||||||
|
BuildRequires: python3-setuptools
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Requires: python3-numpy
|
Requires: python3-numpy
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user