Here's another important patch.

Thanks,
Jeremy Bicha
From 93bc20b68d564270e442f75f48ad6d671c9cfa85 Mon Sep 17 00:00:00 2001
From: Jeremy Bicha <jbi...@ubuntu.com>
Date: Mon, 9 Jan 2017 05:38:06 -0500
Subject: [PATCH 3/3] Keep python2 as default

---
 debian/rules | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/debian/rules b/debian/rules
index b9265e3..773a988 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,3 +7,7 @@ export PYBUILD_NAME=ansible
 # Investigate why the tests are failing
 override_dh_auto_test:
 	-dh_auto_test
+
+# We still want python2 as default for Stretch
+override_dh_python3:
+	dh_python3 --shebang=/usr/bin/python
-- 
2.10.2

Reply via email to