Blame rabbitmq-amqp1.0-common-0001-force-python3.patch

403200
From: Lon Hohberger <lhh@redhat.com>
403200
Date: Tue, 29 Jan 2019 11:36:11 -0500
403200
Subject: [PATCH] force python3
403200
403200
Signed-off-by: Lon Hohberger <lhh@redhat.com>
403200
403200
diff --git a/codegen.py b/codegen.py
403200
index dc4480a..cf93227 100755
403200
--- a/codegen.py
403200
+++ b/codegen.py
403200
@@ -1,4 +1,4 @@
403200
-#!/usr/bin/env python
403200
+#!/usr/bin/python3
403200
 
403200
 from __future__ import print_function
403200
 
403200
diff --git a/development.post.mk b/development.post.mk
403200
index 3f8301a..b7f960a 100644
403200
--- a/development.post.mk
403200
+++ b/development.post.mk
403200
@@ -2,7 +2,7 @@
403200
 # Framing sources generation.
403200
 # --------------------------------------------------------------------
403200
 
403200
-PYTHON       ?= python
403200
+PYTHON       ?= python3
403200
 CODEGEN       = $(CURDIR)/codegen.py
403200
 CODEGEN_DIR  ?= $(DEPS_DIR)/rabbitmq_codegen
403200
 CODEGEN_AMQP  = $(CODEGEN_DIR)/amqp_codegen.py