Blame rabbitmq-common-0002-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
fb7e03
index 8b81362..4c0d714 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
 ##  The contents of this file are subject to the Mozilla Public License
403200
 ##  Version 1.1 (the "License"); you may not use this file except in
403200
diff --git a/development.post.mk b/development.post.mk
403200
index 65708db..ec905a4 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