configure: require Python 2.7

In other words, enforce what was documented in #30626 (and also stop blaming it on LLVM, we have at least one Python script of our own).

Also, there is no Python later than 2.7 and there never will be.
This commit is contained in:
Robin Kruppe
2016-02-13 21:19:44 +01:00
parent bc9192738d
commit 999051dbe3
2 changed files with 4 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ Read ["Installing Rust"] from [The Book].
1. Make sure you have installed the dependencies:
* `g++` 4.7 or `clang++` 3.x
* `python` 2.7 or later (but not 3.x)
* `python` 2.7 (but not 3.x)
* GNU `make` 3.81 or later
* `curl`
* `git`