diff options
author | Adam Stokes <adam.stokes@ubuntu.com> | 2013-10-30 22:27:59 -0400 |
---|---|---|
committer | Adam Stokes <adam.stokes@ubuntu.com> | 2013-10-30 22:27:59 -0400 |
commit | ce1935a242beea01f7bffecc4377e9e8ab27f96c (patch) | |
tree | 3064f51cb901c34902f32c7278225064e92561a3 /debian | |
parent | ac42065e19444d671c7bcc83cca80f2ecff0596c (diff) | |
download | sos-ce1935a242beea01f7bffecc4377e9e8ab27f96c.tar.gz |
Set hard runtime dependency on python-six
Set for both RHEL/Fedora and Debian/Ubuntu
Signed-off-by: Adam Stokes <adam.stokes@ubuntu.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 4aa92128..844d7511 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ XS-Python-Version: 2.7 Package: sosreport Architecture: any -Depends: ${python:Depends}, ${misc:Depends} +Depends: ${python:Depends}, ${misc:Depends}, python-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 |