debian: stop building py2 version (#58937)

This commit is contained in:
Serghei Mihai 2021-11-29 13:55:35 +01:00
parent 3afaa1148a
commit 025d2320e3
1 changed files with 1 additions and 1 deletions

2
debian/rules vendored
View File

@ -4,5 +4,5 @@ export PYBUILD_NAME=eopayment
export PYBUILD_DISABLE=test
%:
dh $@ --with python2,python3 --buildsystem=pybuild
dh $@ --with python3 --buildsystem=pybuild