From 8200880a4949fd112674551374868f292b8a6524 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 22 Mar 2016 03:08:21 -0400 Subject: Forward-port Python utilities to run polyglot under either Python 2 or 3. For the moment most shebang lines still say 'python2' rather than just 'python'. This is because the client code in gps/ hasn't been touched yet; the internal imports break under Python 3 and that needs to be fixed. --- build.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.txt') diff --git a/build.txt b/build.txt index 01fb4723..ee20a584 100644 --- a/build.txt +++ b/build.txt @@ -56,7 +56,7 @@ Necessary components for any build: |============================================================================ |C compiler | gpsd and client library are written in C -|Python 2.x, x >= 6 | some code is generated from python scripts +|Python 2.x, x >= 7 | some code is generated from python scripts |scons | for executing the build recipe |============================================================================ -- cgit v1.2.1