<p>osmith has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/osmo-hlr/+/16546">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">tests/auc: change back to python3<br><br>Change the interpreter of the python script back to python3, as it was<br>when the script was initially added in<br>Idff9d757ab956179aa41ada2a223fd9f439aafbd. In the meantime, it had been<br>changed to python2 to make it work with build slaves that were missing<br>python3, but this is not necessary anymore.<br><br>This should be merged shortly after osmo-python-tests was migrated to<br>python3, and the jenkins build slaves were (automatically) updated to<br>have the new osmo-python-tests installed.<br><br>Related: OS#2819<br>Depends: osmo-python-tests I3ffc3519bf6c22536a49dad7a966188ddad351a7<br>Change-Id: Ifbb8f8f5428657a1c2d4d6d1217f8e374be43aba<br>---<br>M debian/control<br>M tests/auc/gen_ts_55_205_test_sets/pdftxt_2_c.py<br>2 files changed, 2 insertions(+), 3 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/osmo-hlr refs/changes/46/16546/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/debian/control b/debian/control</span><br><span>index debf669..a32c68d 100644</span><br><span>--- a/debian/control</span><br><span>+++ b/debian/control</span><br><span>@@ -7,7 +7,7 @@</span><br><span>                dh-autoreconf,</span><br><span>                dh-systemd (>= 1.5),</span><br><span>                autotools-dev,</span><br><span style="color: hsl(0, 100%, 40%);">-               python-minimal,</span><br><span style="color: hsl(120, 100%, 40%);">+               python3-minimal,</span><br><span>                libosmocore-dev,</span><br><span>                libosmo-abis-dev,</span><br><span>                libosmo-netif-dev,</span><br><span>diff --git a/tests/auc/gen_ts_55_205_test_sets/pdftxt_2_c.py b/tests/auc/gen_ts_55_205_test_sets/pdftxt_2_c.py</span><br><span>index b01a797..9df65b5 100755</span><br><span>--- a/tests/auc/gen_ts_55_205_test_sets/pdftxt_2_c.py</span><br><span>+++ b/tests/auc/gen_ts_55_205_test_sets/pdftxt_2_c.py</span><br><span>@@ -1,5 +1,4 @@</span><br><span style="color: hsl(0, 100%, 40%);">-#!/usr/bin/env python</span><br><span style="color: hsl(0, 100%, 40%);">-# FIXME: use python3 once buildslaves are updated.</span><br><span style="color: hsl(120, 100%, 40%);">+#!/usr/bin/env python3</span><br><span> # Convert test sets pasted from 3GPP TS 55.205 to C code.</span><br><span>  </span><br><span> # (C) 2016 by sysmocom s.f.m.c. GmbH <info@sysmocom.de></span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-hlr/+/16546">change 16546</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/c/osmo-hlr/+/16546"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-hlr </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: Ifbb8f8f5428657a1c2d4d6d1217f8e374be43aba </div>
<div style="display:none"> Gerrit-Change-Number: 16546 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: osmith <osmith@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>