[PATCH] libosmocore[master]: change version of used python interpreter to generic one

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Thorsten Alteholz gerrit-no-reply at lists.osmocom.org
Wed Mar 22 18:46:47 UTC 2017


Review at  https://gerrit.osmocom.org/2158

change version of used python interpreter to generic one

As python2 is more or less deprecated[1], better use the generic
version of the system.

[1] https://pythonclock.org/

Change-Id: I1944e6fa32f47e9794ba5bb4795e763cf2ff3e72
---
M src/gsm/Makefile.am
M utils/conv_gen.py
2 files changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/58/2158/1

diff --git a/src/gsm/Makefile.am b/src/gsm/Makefile.am
index 3a4a0cd..3902f43 100644
--- a/src/gsm/Makefile.am
+++ b/src/gsm/Makefile.am
@@ -37,6 +37,6 @@
 
 # Convolutional codes generation
 gsm0503_conv.c: $(top_srcdir)/utils/conv_gen.py $(top_srcdir)/utils/conv_codes_gsm.py
-	$(AM_V_GEN)python2 $(top_srcdir)/utils/conv_gen.py gen_codes gsm
+	$(AM_V_GEN)python $(top_srcdir)/utils/conv_gen.py gen_codes gsm
 
 CLEANFILES = gsm0503_conv.c
diff --git a/utils/conv_gen.py b/utils/conv_gen.py
index 0cdba75..2ea0bc3 100644
--- a/utils/conv_gen.py
+++ b/utils/conv_gen.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python2
+#!/usr/bin/python
 
 mod_license = """
 /*

-- 
To view, visit https://gerrit.osmocom.org/2158
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I1944e6fa32f47e9794ba5bb4795e763cf2ff3e72
Gerrit-PatchSet: 1
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Owner: Thorsten Alteholz <osmocom at alteholz.de>



More information about the gerrit-log mailing list