From 37c84a6c080e6923e942bbb62dbcb6df10945ef6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Lebleu?= Date: Tue, 6 Oct 2015 23:09:36 +0200 Subject: [PATCH] [fix] Remove python2 from debian/rules --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index c61bb8858..5de55b6d6 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,7 @@ #export DH_VERBOSE=1 %: - dh ${@} --with=systemd,python2 + dh ${@} --with=systemd override_dh_installinit: dh_installinit --name=yunohost-api