From d16c4082fb1c57e3c8f63a879549384fd17387d5 Mon Sep 17 00:00:00 2001 From: Elliott Sales de Andrade Date: Sun, 12 Aug 2018 00:28:45 -0400 Subject: [PATCH] Remove old workaround. --- numpy.spec | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/numpy.spec b/numpy.spec index 5daa9f8..d63de77 100644 --- a/numpy.spec +++ b/numpy.spec @@ -133,10 +133,6 @@ This package provides the complete documentation for NumPy. %prep %autosetup -n %{name}-%{version}%{?relc} -p1 -# workaround for rhbz#849713 -# http://mail.scipy.org/pipermail/numpy-discussion/2012-July/063530.html -rm numpy/distutils/command/__init__.py && touch numpy/distutils/command/__init__.py - %ifarch %{openblas_arches} # Use openblas pthreads as recommended by upstream (see comment in site.cfg.example) cat >> site.cfg < /dev/null - Stop ignoring failures when running tests - Set PATH in check so that f2py tests work - Update docs to match release +- Remove outdated workaround from rhbz#849713 * Wed Aug 22 2018 Elliott Sales de Andrade - 1:1.15.1-1 - Update to latest version