From 5cf0544fad3c62645dcbf01bee748e8957c1a3d1 Mon Sep 17 00:00:00 2001 From: Thomas Spura Date: Tue, 26 Oct 2010 12:53:28 +0200 Subject: [PATCH] python_version is no longer needed --- numpy.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/numpy.spec b/numpy.spec index 5605617..6cd139a 100644 --- a/numpy.spec +++ b/numpy.spec @@ -1,8 +1,6 @@ %if ! (0%{?fedora} > 12 || 0%{?rhel} > 5) %{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} %endif -# eval to 2.3 if python isn't yet present, workaround for no python in fc4 minimal buildroot -%{!?python_version: %define python_version %(%{__python} -c 'import sys; print sys.version.split(" ")[0]' || echo "2.3")} Name: numpy Version: 1.4.1