build: Require python 3.5

This commit is contained in:
MarcoFalke
2019-02-20 18:13:43 -05:00
parent fa6bf21f5e
commit fab5a1e0f4
17 changed files with 18 additions and 122 deletions

View File

@@ -9,7 +9,7 @@ still compatible with the minimum supported Linux distribution versions.
Example usage:
find ../gitian-builder/build -type f -executable | xargs python contrib/devtools/symbol-check.py
find ../gitian-builder/build -type f -executable | xargs python3 contrib/devtools/symbol-check.py
'''
import subprocess
import re