From 025d2320e30477da64333e8c8e53142dcdcc4c97 Mon Sep 17 00:00:00 2001 From: Serghei Mihai Date: Mon, 29 Nov 2021 13:55:35 +0100 Subject: [PATCH] debian: stop building py2 version (#58937) --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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