diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2020-02-01 08:42:00 +0100 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2020-02-01 08:42:00 +0100 |
commit | ba0a13ae09c4b8e1d8e7d0443d32c42a6cd00e0b (patch) | |
tree | 94aa06e69388f95a9659a65855d4dab18f19034a /debian/rules | |
parent | 66df59a418376e9a5bc375099568839134b9eb39 (diff) |
d/rules: Remove --with python2; d/control: Switch to Depends
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 |