From bdcb5bb470313dd16855dea5409073d4db91236f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Thu, 8 Nov 2018 09:01:01 +0100 Subject: [PATCH] debian: declare python3 build --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index ae5914f..d126ed8 100755 --- a/debian/rules +++ b/debian/rules @@ -4,5 +4,5 @@ # Sun, 04 Nov 2018 14:59:26 +0100 export PYBUILD_NAME=pywebpush %: - dh $@ --with python2 --buildsystem=pybuild + dh $@ --with python2,python3 --buildsystem=pybuild