From da5a34c2e4b1b3651edd7ca69dee14c33808a401 Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Thu, 20 Feb 2020 08:05:21 -0500 Subject: [PATCH] Fix wheezy builds --- confluent_server/builddeb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/confluent_server/builddeb b/confluent_server/builddeb index 361251c9..e3e2f82a 100755 --- a/confluent_server/builddeb +++ b/confluent_server/builddeb @@ -8,7 +8,7 @@ DSCARGS="--with-python3=True --with-python2=False" if grep wheezy /etc/os-release; then DPKGNAME=python-$DPKGNAME PYEXEC=python - DSCARGS="--with-python3=False --with-python2=True" + DSCARGS="" fi cd .. mkdir -p /tmp/confluent # $DPKGNAME