diff options
author | Jesse Jaggars <jhjaggars@gmail.com> | 2012-12-14 12:08:38 -0800 |
---|---|---|
committer | Jesse Jaggars <jhjaggars@gmail.com> | 2012-12-14 12:08:38 -0800 |
commit | 2c94e5787647c989e45ddb0c96edab50afdefbb3 (patch) | |
tree | a628fc800e1665dd48e2a80abcdb251bd335c80f /debian/control | |
parent | 0c9e7777dbe598a6826b8610829170379fad938d (diff) | |
parent | a54e7617bf29d8f58d369f995fd0233a2163ac7f (diff) | |
download | sos-2c94e5787647c989e45ddb0c96edab50afdefbb3.tar.gz |
Merge pull request #94 from battlemidget/feature
Make Ubuntu/Debian depend on python-selinux (Closed GH:#93)
Diffstat (limited to 'debian/control')
-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 |