From da6a719374980f012de471928d29f1d4eb1f325d Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Sun, 27 Oct 2019 16:18:11 -0400 Subject: Use Python 3 for tests --- debian/patches/python3.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 debian/patches/python3.patch (limited to 'debian/patches/python3.patch') diff --git a/debian/patches/python3.patch b/debian/patches/python3.patch new file mode 100644 index 0000000..cfa505e --- /dev/null +++ b/debian/patches/python3.patch @@ -0,0 +1,10 @@ +From: Benjamin Barenblat +Subject: Use Python 3 +--- a/Makefile.am ++++ b/Makefile.am +@@ -51,4 +51,4 @@ + dist_check_SCRIPTS = $(TESTS) + dist_check_DATA = test/helper.sh + +-LOG_COMPILER = cram ++LOG_COMPILER = cram3 -- cgit v1.2.3