diff options
-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 |