diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2020-02-06 18:52:04 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2020-02-06 18:52:04 +0100 |
commit | e5c0ff64394052a99a7f9d34bb757bfa0ab5671a (patch) | |
tree | 58391efeb4f706fcf2fa8dad54938a0779ef87f8 /debian/rules | |
parent | 6298ea00640a74af4eecbf3528ea87bd191a2eba (diff) | |
parent | 8ad5c1817156c7048ea5e29b270a37953edcaea0 (diff) |
Merge branch 'release/debian/3.1.2-2'HEADdebian/3.1.2-2master
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 a6576fe..e759c42 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 python2,python3 --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild |