Fix build requirements by correctly noting that Python is required.
authorBen Pfaff <blp@cs.stanford.edu>
Thu, 16 Dec 2021 01:11:32 +0000 (17:11 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Thu, 16 Dec 2021 01:24:48 +0000 (17:24 -0800)
Building PSPP has required Python since support for the SPV format was
added, because the SPV parser-generators use Python.

Only Python 3+ can reasonably be supported, because support for Python 2.x
ended in April 2020.


No differences found