Drop weave from python3 for now

This commit is contained in:
Orion Poplawski 2013-02-16 22:24:37 -07:00
parent e451a6b988
commit 5ad567d7ee
1 changed files with 2 additions and 0 deletions

View File

@ -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