summaryrefslogtreecommitdiff
path: root/build.txt
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2016-03-22 03:08:21 -0400
committerEric S. Raymond <esr@thyrsus.com>2016-03-22 03:08:21 -0400
commit8200880a4949fd112674551374868f292b8a6524 (patch)
tree5332fe0413615a729c4953d43cba7a7ea7a1a17f /build.txt
parent254022f6c77e55280c6da59a01ee5225abdf7bcb (diff)
downloadgpsd-8200880a4949fd112674551374868f292b8a6524.tar.gz
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.
Diffstat (limited to 'build.txt')
-rw-r--r--build.txt2
1 files changed, 1 insertions, 1 deletions
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
|============================================================================