From 8878b80f8390b76e1582bfe65e6fc3483fae1c55 Mon Sep 17 00:00:00 2001 From: Paul Rosenfeld Date: Sat, 5 Aug 2017 13:02:52 -0600 Subject: scons: bump required python version to 2.7 to support pybind11 Change-Id: Ic3652f975477f2e5d144e054489ab73ed9f82b55 Reviewed-on: https://gem5-review.googlesource.com/4440 Reviewed-by: Andreas Sandberg Reviewed-by: Gabe Black Reviewed-by: Jason Lowe-Power Reviewed-by: Joe Gross Maintainer: Andreas Sandberg --- SConstruct | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'SConstruct') diff --git a/SConstruct b/SConstruct index e4880e180..b5e3805a6 100755 --- a/SConstruct +++ b/SConstruct @@ -93,10 +93,9 @@ For more details, see: """ raise -# We ensure the python version early because because python-config -# requires python 2.5 +# pybind11 requires python 2.7 try: - EnsurePythonVersion(2, 5) + EnsurePythonVersion(2, 7) except SystemExit, e: print """ You can use a non-default installation of the Python interpreter by -- cgit v1.2.3