From 577f4d6e7ac8fdb8de92f244103b5d55c3e29468 Mon Sep 17 00:00:00 2001 From: Unit 193 Date: Wed, 3 Feb 2021 19:30:27 -0500 Subject: d/rules: Update for Python 3. --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/rules b/debian/rules index fa7f99d..d8f93dc 100755 --- a/debian/rules +++ b/debian/rules @@ -10,7 +10,7 @@ export PYBUILD_NAME=$(PACKAGE_NAME) export ROOT_PATH=$(CURDIR) %: - dh $@ --with python2,bash-completion --buildsystem=pybuild + dh $@ --with python3,bash-completion --buildsystem=pybuild override_dh_clean: dh_clean -- cgit v1.2.3