diff options
author | Adam Stokes <adam.stokes@ubuntu.com> | 2013-11-06 00:09:31 -0500 |
---|---|---|
committer | Adam Stokes <adam.stokes@ubuntu.com> | 2013-11-06 00:09:31 -0500 |
commit | 653fd0c73f0c0c094f9882bd5171cde4820250d8 (patch) | |
tree | a4b5d577dd33e63335e12e84479fc5f518c2f271 /debian/control | |
parent | fb2823b9ebf67ad9689eaeb766aa301a0caa4ab2 (diff) | |
download | sos-653fd0c73f0c0c094f9882bd5171cde4820250d8.tar.gz |
debian/control: Set python3 requirements
Signed-off-by: Adam Stokes <adam.stokes@ubuntu.com>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/control b/debian/control index 844d7511..2306a5d7 100644 --- a/debian/control +++ b/debian/control @@ -3,13 +3,13 @@ Maintainer: Adam Stokes <adam.stokes@ubuntu.com> Section: admin Priority: optional Standards-Version: 3.9.4 -Build-Depends: debhelper (>= 9), python (>=2.7), gettext, python-nose, python-six +Build-Depends: debhelper (>= 9), python (>=3.3), gettext, python3-nose, python3-six Homepage: https://github.com/sosreport/sosreport -XS-Python-Version: 2.7 +XS-Python-Version: 3.3 Package: sosreport Architecture: any -Depends: ${python:Depends}, ${misc:Depends}, python-six +Depends: ${python: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 |