From 947154fd851443d9fdbf06712e50446e472b186a Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Mon, 12 Nov 2018 20:09:27 -0700 Subject: [PATCH] Add BR setuptools --- python-blosc.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python-blosc.spec b/python-blosc.spec index 7b31b60..637559c 100644 --- a/python-blosc.spec +++ b/python-blosc.spec @@ -16,6 +16,7 @@ Patch0: 0001-tests-fix-error-with-new-numpy.patch BuildRequires: blosc-devel BuildRequires: python2-devel +BuildRequires: python2-setuptools BuildRequires: numpy BuildRequires: python2-psutil @@ -35,6 +36,7 @@ Summary: %{summary} Summary: Python wrapper for the blosc high performance compressor BuildRequires: python%{python3_pkgversion}-devel +BuildRequires: python%{python3_pkgversion}-setuptools BuildRequires: python%{python3_pkgversion}-numpy BuildRequires: python%{python3_pkgversion}-psutil %{?python_provide:%python_provide python%{python3_pkgversion}-blosc}