From 00266385af2d0a8db3458c1efc93a17f671c69c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Fri, 29 May 2015 14:03:56 -0400 Subject: [PATCH] Epel does not seem to support Recommends --- python-blosc.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-blosc.spec b/python-blosc.spec index 7966f4e..42787ed 100644 --- a/python-blosc.spec +++ b/python-blosc.spec @@ -21,7 +21,7 @@ Patch1: 0002-Propagate-the-result-of-tests.patch BuildRequires: blosc-devel BuildRequires: python2-devel BuildRequires: numpy -Recommends: numpy +%{?fedora:Recommends: numpy} %description Python wrapper for the Blosc high performance compressor. @@ -31,7 +31,7 @@ Python wrapper for the Blosc high performance compressor. Summary: Python wrapper for the blosc high performance compressor BuildRequires: python3-devel BuildRequires: python3-numpy -Recommends: python3-numpy +%{?fedora:Recommends: python3-numpy} %description -n python3-%{module} Python wrapper for the Blosc high performance compressor.