From cd99ebea74a606fe037580eead2702f4c2dd7c65 Mon Sep 17 00:00:00 2001 From: Adam Stokes Date: Wed, 30 Oct 2013 22:14:55 -0400 Subject: Python 3 port This includes a necessary dependency on python-six for its compability layer since we are wanting to continue support for both Python 2.7.x and Python 3.x. In addition, this will allow us to effectively phase out Python 2 support when/if the time arises that all interested distributions have done away with Python 2. This port passes all unittests for both python 2.7.x and python 3.3.x Signed-off-by: Adam Stokes --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index 7311b646..4aa92128 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Maintainer: Adam Stokes Section: admin Priority: optional Standards-Version: 3.9.4 -Build-Depends: debhelper (>= 9), python (>=2.7), gettext, python-nose +Build-Depends: debhelper (>= 9), python (>=2.7), gettext, python-nose, python-six Homepage: https://github.com/sosreport/sosreport XS-Python-Version: 2.7 -- cgit