From a54e7617bf29d8f58d369f995fd0233a2163ac7f Mon Sep 17 00:00:00 2001 From: Adam Stokes Date: Fri, 14 Dec 2012 14:56:07 -0500 Subject: Make Ubuntu/Debian depend on python-selinux (Closed GH:#93) Signed-off-by: Adam Stokes --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 1e0f4f42..6436a604 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 8), python-support, python (>=2.7), gettext Package: sos Architecture: any -Depends: ${python:Depends}, ${misc:Depends} +Depends: ${python:Depends}, ${misc:Depends}, python-selinux Description: A set of tools to gather troubleshooting information 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