Blame rabbitmq-server-0004-force-python3.patch

889a63
From: Lon Hohberger <lhh@redhat.com>
889a63
Date: Tue, 29 Jan 2019 11:36:11 -0500
889a63
Subject: [PATCH] force python3
889a63
889a63
Signed-off-by: Lon Hohberger <lhh@redhat.com>
889a63
889a63
diff --git a/deps/amqp10_common/codegen.py b/deps/amqp10_common/codegen.py
889a63
index dc4480a181..cf93227177 100755
889a63
--- a/deps/amqp10_common/codegen.py
889a63
+++ b/deps/amqp10_common/codegen.py
889a63
@@ -1,4 +1,4 @@
889a63
-#!/usr/bin/env python
889a63
+#!/usr/bin/python3
889a63
 
889a63
 from __future__ import print_function
889a63
 
889a63
diff --git a/deps/rabbit_common/codegen.py b/deps/rabbit_common/codegen.py
7b0d6d
index 24f2398aa3..e71133be7f 100755
889a63
--- a/deps/rabbit_common/codegen.py
889a63
+++ b/deps/rabbit_common/codegen.py
889a63
@@ -1,4 +1,4 @@
889a63
-#!/usr/bin/env python
889a63
+#!/usr/bin/python3
889a63
 
889a63
 ##  This Source Code Form is subject to the terms of the Mozilla Public
889a63
 ##  License, v. 2.0. If a copy of the MPL was not distributed with this