summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2017-08-20 10:25:17 +0300
committerLars Wirzenius <liw@liw.fi>2017-08-20 10:25:17 +0300
commit727fa8229cb5219d1e9e0cf5ae93ce4d45151cae (patch)
tree109f2edb04e00d9ae4a09f5c41d17f75a66dc785
parentbce1c289ac65ba552d8a171a3a9193d117f65e12 (diff)
downloadvmdb2-727fa8229cb5219d1e9e0cf5ae93ce4d45151cae.tar.gz
Fix: python3 in debian/rules
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 8cea567..103aea6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,4 @@
#!/usr/bin/make -f
%:
- dh $@ --with=python2 --buildsystem=python_distutils
+ dh $@ --with=python3 --buildsystem=python_distutils