diff options
author | Adam Stokes <hackr@cypherbook.com> | 2012-12-14 14:56:07 -0500 |
---|---|---|
committer | Adam Stokes <hackr@cypherbook.com> | 2012-12-14 14:56:07 -0500 |
commit | a54e7617bf29d8f58d369f995fd0233a2163ac7f (patch) | |
tree | 6f7e028b57cd3417b8c6a19ec2c0c9c16cdddaf9 /debian | |
parent | 5ac2288861098a60eec18dfea1777236cdc42d32 (diff) | |
download | sos-a54e7617bf29d8f58d369f995fd0233a2163ac7f.tar.gz |
Make Ubuntu/Debian depend on python-selinux (Closed GH:#93)
Signed-off-by: Adam Stokes <hackr@cypherbook.com>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
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 |