From 0175b761eb980e2a3f123c739f18344ac62c8ed5 Mon Sep 17 00:00:00 2001 From: Gianfranco Costamagna Date: Tue, 13 Aug 2019 20:18:56 +0200 Subject: Run dh-python with --python2 --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/rules') diff --git a/debian/rules b/debian/rules index e759c42..a6576fe 100755 --- a/debian/rules +++ b/debian/rules @@ -3,4 +3,4 @@ export PYBUILD_INSTALL_ARGS=--no-version-script --standalone-lib --no-install-man --no-install-bat %: - dh $@ --with python3 --buildsystem=pybuild + dh $@ --with python2,python3 --buildsystem=pybuild -- cgit v1.2.3