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 | |
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>
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | sos.spec | 1 |
2 files changed, 2 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 @@ -18,6 +18,7 @@ Requires: rpm-python Requires: tar Requires: bzip2 Requires: xz +Requires: python-six %description Sos is a set of tools that gathers information about system |