From 837eabab5ceca84e1035f549366832705fa970c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nikola=20Forr=C3=B3?= Date: Fri, 12 Feb 2021 15:52:57 +0100 Subject: [PATCH] Fix build requirements, hypothesis is a test dependency --- numpy.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/numpy.spec b/numpy.spec index 420bde4..5403d47 100644 --- a/numpy.spec +++ b/numpy.spec @@ -20,7 +20,7 @@ Name: numpy Version: 1.20.1 -Release: 1%{?dist} +Release: 2%{?dist} Epoch: 1 Summary: A fast multidimensional array facility for Python @@ -59,8 +59,8 @@ BuildRequires: python3-setuptools BuildRequires: python3-Cython BuildRequires: gcc-gfortran gcc BuildRequires: lapack-devel -BuildRequires: python3-hypothesis %if %{with tests} +BuildRequires: python3-hypothesis BuildRequires: python3-pytest BuildRequires: python3-test %endif @@ -194,6 +194,9 @@ python3 runtests.py %changelog +* Fri Feb 12 2021 Nikola Forró - 1:1.20.1-2 +- Fix build requirements, hypothesis is a test dependency + * Mon Feb 08 2021 Gwyn Ciesla 1:1.20.1-1 - 1.21.1