summaryrefslogtreecommitdiff
path: root/build.txt
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2015-02-15 22:06:40 -0500
committerEric S. Raymond <esr@thyrsus.com>2015-02-15 22:06:40 -0500
commit0487c5f101a21e0f5247f31bedd07b10c4fcf389 (patch)
tree5115c8811f40f4168f2b5ad95233cfe15379b6d4 /build.txt
parent49fe1997713deac3440fbb2c960305762eb500f6 (diff)
downloadgpsd-0487c5f101a21e0f5247f31bedd07b10c4fcf389.tar.gz
Clarify a requirement for Python 2.x.
No code changes. All regression tests pass.
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 90a13a8f..03008c6a 100644
--- a/build.txt
+++ b/build.txt
@@ -43,7 +43,7 @@ Necessary components for any build:
|============================================================================
|C compiler | gpsd and client library are written in C
-|Python | some code is generated from python scripts
+|Python 2.x, x >= 6 | some code is generated from python scripts
|scons | for executing the build recipe
|============================================================================