From 7ebadbd30e62a7440cfeb32890bc8b4ce45bcd2c Mon Sep 17 00:00:00 2001 From: Tomas Orsava Date: Mon, 21 Dec 2020 20:03:40 +0100 Subject: [PATCH] Label python3-hypothesis as a test build dependency See INSTALL.rst.txt for confirmation --- numpy.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/numpy.spec b/numpy.spec index 94f8b57..61adb99 100644 --- a/numpy.spec +++ b/numpy.spec @@ -61,10 +61,10 @@ BuildRequires: python3-setuptools BuildRequires: python3-Cython BuildRequires: gcc-gfortran gcc BuildRequires: lapack-devel -BuildRequires: python3-hypothesis %if %{with tests} BuildRequires: python3-pytest BuildRequires: python3-test +BuildRequires: python3-hypothesis %endif BuildRequires: %{blaslib}-devel