summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2019-11-28 10:51:41 +0200
committerLars Wirzenius <liw@liw.fi>2019-11-28 10:51:41 +0200
commit508fb605e9fb48c0e3e9c5ec14c531ea06f75fbf (patch)
treee3600fb0e70c53ecc192d482e2b55163e61a7f24
parent71eee0d6c5e1b7ecd64ec10b14efb1dcf3c73791 (diff)
downloadcmdtest-508fb605e9fb48c0e3e9c5ec14c531ea06f75fbf.tar.gz
Change: build with python3
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 22d1d54..7d50c10 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,5 @@
#!/usr/bin/make -f
%:
- dh $@ --with=python2 --buildsystem=python_distutils
+ dh $@ --with=python3 --buildsystem=python_distutils