gst1-plugins-base: bump to version 1.10.4
[buildroot-gz.git] / package / gmock / 0001-force-use-python2.patch
blob5dcb231168182876f340b5fbdb301b478ce2f2e7
1 Force use of Python 2 even when Python 3 is the default Python interpreter.
3 Signed-off-by: Carlos Santos <casantos@datacom.ind.br>
5 --- ./gtest/scripts/fuse_gtest_files.py.orig 2013-09-18 14:48:30.000000000 -0300
6 +++ ./gtest/scripts/fuse_gtest_files.py 2015-07-22 15:42:53.291591205 -0300
7 @@ -1,4 +1,4 @@
8 -#!/usr/bin/env python
9 +#!/usr/bin/env python2
11 # Copyright 2009, Google Inc.
12 # All rights reserved.
13 --- ./scripts/generator/gmock_gen.py.orig 2013-09-18 14:50:15.000000000 -0300
14 +++ ./scripts/generator/gmock_gen.py 2015-07-22 17:06:51.071815634 -0300
15 @@ -1,4 +1,4 @@
16 -#!/usr/bin/env python
17 +#!/usr/bin/env python2
19 # Copyright 2008 Google Inc. All Rights Reserved.