diff options
author | Gianfranco Costamagna <costamagnagianfranco@yahoo.it> | 2019-08-13 20:18:56 +0200 |
---|---|---|
committer | Gianfranco Costamagna <costamagnagianfranco@yahoo.it> | 2019-08-13 20:18:56 +0200 |
commit | 0175b761eb980e2a3f123c739f18344ac62c8ed5 (patch) | |
tree | 3d1b5d52075dad393d65a5b1cd8703aa771ca080 /debian/rules | |
parent | e7cd6a1e94368b6f1ed5c8c86b14f6e5f556d4b2 (diff) |
Run dh-python with --python2
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 2 |
1 files changed, 1 insertions, 1 deletions
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 |