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