diff options
author | Adam Stokes <adam.stokes@ubuntu.com> | 2013-11-15 13:15:52 -0500 |
---|---|---|
committer | Adam Stokes <adam.stokes@ubuntu.com> | 2013-11-15 13:15:52 -0500 |
commit | bd3267c29dec5b99ea709e3b26de88057b961a59 (patch) | |
tree | 595a9e59f7c031cfdc4e9ce017c16b498b446e22 /debian | |
parent | 4e7713142c37ca7858cbc86b3bbc2bf8245ff33e (diff) | |
download | sos-bd3267c29dec5b99ea709e3b26de88057b961a59.tar.gz |
debian/rules: switch to with-python3 argument
Signed-off-by: Adam Stokes <adam.stokes@ubuntu.com>
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 90637142..4b200a0d 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ DH_ALWAYS_EXCLUDE=.git %: - dh $@ --with python2 + dh $@ --with python3 override_dh_auto_install: python setup.py \ |