commit | e0de27729e6afc076f5560c7a408af797465c392 | [log] [tgz] |
---|---|---|
author | Gilles Peskine <Gilles.Peskine@arm.com> | Thu May 06 11:34:07 2021 +0200 |
committer | Gilles Peskine <Gilles.Peskine@arm.com> | Thu May 06 11:35:18 2021 +0200 |
tree | 2a047578adbbef9270045346c3ee1d7e80aa3200 | |
parent | 6b0f911b9aaef49e705c7e744cb3b223eb681df6 [diff] [blame] |
Changelog entry for no longer explicitly invoking python2 Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
diff --git a/ChangeLog.d/make-generate-tests-python.txt b/ChangeLog.d/make-generate-tests-python.txt new file mode 100644 index 0000000..4b9009d --- /dev/null +++ b/ChangeLog.d/make-generate-tests-python.txt
@@ -0,0 +1,3 @@ +Changes + * When building the test suites with GNU make, invoke python3 or python, not + python2, which is no longer supported upstream.