From f654c64e873a29d4f9c9ed316250afd8b2b8c5f2 Mon Sep 17 00:00:00 2001 From: "Gary E. Miller" Date: Mon, 8 Oct 2018 19:15:13 -0700 Subject: SConstruct: gpsd needs at least Python 2.6. --- SConstruct | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'SConstruct') diff --git a/SConstruct b/SConstruct index b70fee26..77d48917 100644 --- a/SConstruct +++ b/SConstruct @@ -91,7 +91,8 @@ website = "http://catb.org/gpsd" webupload = "login.ibiblio.org:/public/html/catb/gpsd" # Hosting information ends here -EnsureSConsVersion(2, 3, 0) +# gpsd needs at least Pyton version 2.6. Any Python 3 should work. +EnsureSConsVersion(2, 6, 0) PYTHON_SYSCONFIG_IMPORT = 'from distutils import sysconfig' -- cgit v1.2.1