diff options
author | Adam Stokes <adam.stokes@ubuntu.com> | 2014-01-15 15:59:26 -0500 |
---|---|---|
committer | Adam Stokes <adam.stokes@ubuntu.com> | 2014-01-15 15:59:26 -0500 |
commit | 141896b9d1c7d3c085411e187209401108c19e21 (patch) | |
tree | 3c29921b062384dfdbde6a04a050babb85811fda /debian/control | |
parent | 4834edeac2c33d24a2629799f228c80f6c5ce086 (diff) | |
download | sos-141896b9d1c7d3c085411e187209401108c19e21.tar.gz |
Fix missing depends on python3:Depends
Signed-off-by: Adam Stokes <adam.stokes@ubuntu.com>
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 acc36353..6201aad8 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ XS-Python-Version: 3.3 Package: sosreport Architecture: any -Depends: ${python:Depends}, ${misc:Depends}, python3-six +Depends: ${python3:Depends}, ${misc:Depends}, python3-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 |