summaryrefslogtreecommitdiff
path: root/numpy/distutils/command/scons.py
diff options
context:
space:
mode:
authorDavid Cournapeau <cournape@gmail.com>2008-07-30 07:31:06 +0000
committerDavid Cournapeau <cournape@gmail.com>2008-07-30 07:31:06 +0000
commitf8b801d15d60540bfde19e0d22ec85a624699611 (patch)
tree3d012fae099bf554f41b8004677bf32085b21347 /numpy/distutils/command/scons.py
parent4cd620b72fe709ae7092a698a1b22cb9c12de04c (diff)
downloadnumpy-f8b801d15d60540bfde19e0d22ec85a624699611.tar.gz
Require 0.9.0 for numscons.
Diffstat (limited to 'numpy/distutils/command/scons.py')
-rw-r--r--numpy/distutils/command/scons.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/distutils/command/scons.py b/numpy/distutils/command/scons.py
index 2a1814ffb..0e73136c1 100644
--- a/numpy/distutils/command/scons.py
+++ b/numpy/distutils/command/scons.py
@@ -341,7 +341,7 @@ class scons(old_build_ext):
"this package " % str(e))
try:
- minver = "0.8.2"
+ minver = "0.9.0"
from numscons import get_version
if get_version() < minver:
raise ValueError()