From 141896b9d1c7d3c085411e187209401108c19e21 Mon Sep 17 00:00:00 2001 From: Adam Stokes Date: Wed, 15 Jan 2014 15:59:26 -0500 Subject: Fix missing depends on python3:Depends Signed-off-by: Adam Stokes --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index acc36353..6201aad8 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ XS-Python-Version: 3.3 Package: sosreport Architecture: any -Depends: ${python:Depends}, ${misc:Depends}, python3-six +Depends: ${python3:Depends}, ${misc:Depends}, python3-six Description: Set of tools to gather troubleshooting data from a system Sos is a set of tools that gathers information about system hardware and configuration. The information can then be used for -- cgit