Explicitly BR setuptools
This commit is contained in:
parent
8f136a3d9f
commit
0ea87106f2
1 changed files with 9 additions and 2 deletions
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
Name: python-%{srcname}
|
||||
Version: 1.4.9
|
||||
Release: 9%{?dist}
|
||||
Release: 10%{?dist}
|
||||
Summary: Python bindings for NIX
|
||||
|
||||
License: BSD
|
||||
|
|
@ -30,7 +30,11 @@ a storage backend.
|
|||
Summary: %{summary}
|
||||
BuildRequires: python3-devel
|
||||
BuildRequires: gcc
|
||||
BuildRequires: %{py3_dist pytest numpy h5py pytest-runner}
|
||||
BuildRequires: %{py3_dist h5py}
|
||||
BuildRequires: %{py3_dist numpy}
|
||||
BuildRequires: %{py3_dist pytest}
|
||||
BuildRequires: %{py3_dist pytest-runner}
|
||||
BuildRequires: %{py3_dist setuptools}
|
||||
%{?python_provide:%python_provide python3-%{srcname}}
|
||||
|
||||
%description -n python3-%{srcname}
|
||||
|
|
@ -85,6 +89,9 @@ done
|
|||
%license LICENSE
|
||||
|
||||
%changelog
|
||||
* Thu Jun 25 2020 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 1.4.9-10
|
||||
- Explicitly BR setuptools
|
||||
|
||||
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 1.4.9-9
|
||||
- Rebuilt for Python 3.9
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue