diff --git a/debian/rules b/debian/rules index 7a5a1f3..a30c820 100755 --- a/debian/rules +++ b/debian/rules @@ -4,5 +4,5 @@ export PYBUILD_NAME=eopayment export PYBUILD_DISABLE=test %: - dh $@ --with python2,python3 --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild