aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Stokes <adam.stokes@ubuntu.com>2013-10-30 22:27:59 -0400
committerAdam Stokes <adam.stokes@ubuntu.com>2013-10-30 22:27:59 -0400
commitce1935a242beea01f7bffecc4377e9e8ab27f96c (patch)
tree3064f51cb901c34902f32c7278225064e92561a3
parentac42065e19444d671c7bcc83cca80f2ecff0596c (diff)
downloadsos-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/control2
-rw-r--r--sos.spec1
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
diff --git a/sos.spec b/sos.spec
index ff548b13..f6e43aaa 100644
--- a/sos.spec
+++ b/sos.spec
@@ -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