blob: b2dbdad27800fc11faa43deeada7efa340495741 [file] [log] [blame]
Brad Bishop79641f22019-09-10 07:20:22 -04001From dbd34b1b2af8fbf44a0d5c37abe3448405819823 Mon Sep 17 00:00:00 2001
2From: Alexander Kanavin <alex.kanavin@gmail.com>
3Date: Wed, 28 Aug 2019 19:20:29 +0200
4Subject: [PATCH] maketables/wrappers: use Python 3
5
6Changelog indicates they should be compatible.
7
8Upstream-Status: Pending
9Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
10---
11 maketables | 2 +-
12 makewrappers | 2 +-
13 2 files changed, 2 insertions(+), 2 deletions(-)
14
15diff --git a/maketables b/maketables
16index a211772..52285e2 100755
17--- a/maketables
18+++ b/maketables
19@@ -1,4 +1,4 @@
20-#!/usr/bin/env python
21+#!/usr/bin/env python3
22 #
23 # Copyright (c) 2008-2010, 2013 Wind River Systems, Inc.
24 #
25diff --git a/makewrappers b/makewrappers
26index e84607d..b34f7eb 100755
27--- a/makewrappers
28+++ b/makewrappers
29@@ -1,4 +1,4 @@
30-#!/usr/bin/env python
31+#!/usr/bin/env python3
32 #
33 # Copyright (c) 2008-2011,2013 Wind River Systems, Inc.
34 #