diff options
author | Adam Stokes <adam.stokes@ubuntu.com> | 2013-11-15 14:14:57 -0500 |
---|---|---|
committer | Adam Stokes <adam.stokes@ubuntu.com> | 2013-11-15 14:14:57 -0500 |
commit | 4905850427b2209671f138586926a27cf59489b0 (patch) | |
tree | 20d142811bfd2aef0f7c444062d7278794ffd684 /debian | |
parent | bd3267c29dec5b99ea709e3b26de88057b961a59 (diff) | |
download | sos-4905850427b2209671f138586926a27cf59489b0.tar.gz |
debian/control: fix typo from python to python3
Signed-off-by: Adam Stokes <adam.stokes@ubuntu.com>
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 2306a5d7..acc36353 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Maintainer: Adam Stokes <adam.stokes@ubuntu.com> Section: admin Priority: optional Standards-Version: 3.9.4 -Build-Depends: debhelper (>= 9), python (>=3.3), gettext, python3-nose, python3-six +Build-Depends: debhelper (>= 9), python3 (>=3.3), gettext, python3-nose, python3-six Homepage: https://github.com/sosreport/sosreport XS-Python-Version: 3.3 |