From 93619ed0c528e0f1e30513505bc0e8611c3ec2e8 Mon Sep 17 00:00:00 2001 From: falkTX Date: Mon, 28 Oct 2019 11:36:35 +0100 Subject: [PATCH] Make sure we use python3 (another patch from Fedora) --- common/wscript | 2 +- compat/alloca/wscript | 2 +- compat/wscript | 2 +- dbus/wscript | 2 +- example-clients/jack_control | 2 +- example-clients/wscript | 2 +- man/wscript | 2 +- systemd/wscript | 2 +- tests/wscript | 2 +- waf | 2 +- wscript | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/common/wscript b/common/wscript index afc251a2..70503788 100644 --- a/common/wscript +++ b/common/wscript @@ -1,4 +1,4 @@ -#! /usr/bin/env python +#! /usr/bin/python3 # encoding: utf-8 import re diff --git a/compat/alloca/wscript b/compat/alloca/wscript index 36798973..9e740f1c 100644 --- a/compat/alloca/wscript +++ b/compat/alloca/wscript @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python3 # encoding: utf-8 # # Copyright (C) 2018 Karl Linden diff --git a/compat/wscript b/compat/wscript index e3ec8d33..25eb2a3f 100644 --- a/compat/wscript +++ b/compat/wscript @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python3 # encoding: utf-8 # # Copyright (C) 2018 Karl Linden diff --git a/dbus/wscript b/dbus/wscript index 535d4121..fa40b4f1 100644 --- a/dbus/wscript +++ b/dbus/wscript @@ -1,4 +1,4 @@ -#! /usr/bin/env python +#! /usr/bin/python3 # encoding: utf-8 import os.path diff --git a/example-clients/jack_control b/example-clients/jack_control index 61ac40c1..54277543 100755 --- a/example-clients/jack_control +++ b/example-clients/jack_control @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python3 from __future__ import print_function name_base = 'org.jackaudio' diff --git a/example-clients/wscript b/example-clients/wscript index 6163d222..a8857aa7 100644 --- a/example-clients/wscript +++ b/example-clients/wscript @@ -1,4 +1,4 @@ -#! /usr/bin/env python +#! /usr/bin/python3 # encoding: utf-8 example_programs = { diff --git a/man/wscript b/man/wscript index 9e4d3043..def57078 100644 --- a/man/wscript +++ b/man/wscript @@ -1,4 +1,4 @@ -#! /usr/bin/env python +#! /usr/bin/python3 # encoding: utf-8 import re diff --git a/systemd/wscript b/systemd/wscript index fc8b8f15..d10bdf96 100644 --- a/systemd/wscript +++ b/systemd/wscript @@ -1,4 +1,4 @@ -#! /usr/bin/env python +#! /usr/bin/python3 # encoding: utf-8 diff --git a/tests/wscript b/tests/wscript index 756fd3bb..96a63bc9 100644 --- a/tests/wscript +++ b/tests/wscript @@ -1,4 +1,4 @@ -#! /usr/bin/env python +#! /usr/bin/python3 # encoding: utf-8 test_programs = { diff --git a/waf b/waf index a2efc852..845fba5e 100755 --- a/waf +++ b/waf @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python3 # encoding: latin-1 # Thomas Nagy, 2005-2018 # diff --git a/wscript b/wscript index 49e6d79b..513ac1cb 100644 --- a/wscript +++ b/wscript @@ -1,4 +1,4 @@ -#! /usr/bin/env python +#! /usr/bin/python3 # encoding: utf-8 from __future__ import print_function