[folks/wip/nielsdg/ci-builddep: 1/2] tests/tools/manager-file: Specify python version
- From: Niels De Graef <nielsdg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [folks/wip/nielsdg/ci-builddep: 1/2] tests/tools/manager-file: Specify python version
- Date: Sat, 20 Apr 2019 18:24:27 +0000 (UTC)
commit fcb8e283ffcd7b566b32e0eb71c1aca65c050a2a
Author: Niels De Graef <nielsdegraef gmail com>
Date: Sat Apr 20 20:21:37 2019 +0200
tests/tools/manager-file: Specify python version
It is good practice to specify the version in any case, and since it
still uses python 2, we might as well be explicit about it adding a
dependency to python2.
tests/tools/manager-file.py | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
---
diff --git a/tests/tools/manager-file.py b/tests/tools/manager-file.py
index 45f64040..c489c214 100755
--- a/tests/tools/manager-file.py
+++ b/tests/tools/manager-file.py
@@ -1,9 +1,11 @@
-#!/usr/bin/python
+#!/usr/bin/python2
# manager-file.py: generate .manager files and TpCMParamSpec arrays from the
# same data (should be suitable for all connection managers that don't have
# plugins)
#
+# FIXME: port this from python2 to python3
+#
# The master copy of this program is in the telepathy-glib repository -
# please make any changes there.
#
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]