From: Lon Hohberger Date: Tue, 29 Jan 2019 11:36:11 -0500 Subject: [PATCH] force python3 Signed-off-by: Lon Hohberger diff --git a/codegen.py b/codegen.py index 787e852..3bb5e2f 100755 --- a/codegen.py +++ b/codegen.py @@ -1,2 +1,2 @@ -#!/usr/bin/env python +#!/usr/bin/python3 ## This Source Code Form is subject to the terms of the Mozilla Public ## License, v. 2.0. If a copy of the MPL was not distributed with this diff --git a/development.post.mk b/development.post.mk index 65708db..ec905a4 100644 --- a/development.post.mk +++ b/development.post.mk @@ -2,7 +2,7 @@ # Framing sources generation. # -------------------------------------------------------------------- -PYTHON ?= python +PYTHON ?= python3 CODEGEN = $(CURDIR)/codegen.py CODEGEN_DIR ?= $(DEPS_DIR)/rabbitmq_codegen CODEGEN_AMQP = $(CODEGEN_DIR)/amqp_codegen.py