From 0ea87106f294d688d3d7c93a121d98fce9853785 Mon Sep 17 00:00:00 2001 From: "Ankur Sinha (Ankur Sinha Gmail)" Date: Thu, 25 Jun 2020 11:17:56 +0100 Subject: [PATCH] Explicitly BR setuptools --- python-nixio.spec | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/python-nixio.spec b/python-nixio.spec index 76b61cf..2e4aead 100644 --- a/python-nixio.spec +++ b/python-nixio.spec @@ -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 - 1.4.9-10 +- Explicitly BR setuptools + * Tue May 26 2020 Miro HronĨok - 1.4.9-9 - Rebuilt for Python 3.9