From 5ad567d7ee457a76c4c95bb8af4eb043d05fdaf3 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Feb 17 2013 05:24:37 +0000 Subject: Drop weave from python3 for now --- diff --git a/scipy.spec b/scipy.spec index d104bdd..e9e708c 100644 --- a/scipy.spec +++ b/scipy.spec @@ -86,6 +86,8 @@ EOF %if 0%{?with_python3} rm -rf %{py3dir} cp -a . %{py3dir} +rm -r %{py3dir}/scipy/weave +sed -i -e /weave/d %{py3dir}/scipy/setup.py %endif %build