<p>lynxis lazus <strong>merged</strong> this change.</p><p><a href="https://gerrit.osmocom.org/c/docker-playground/+/14754">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Vadim Yanitskiy: Looks good to me, approved
  lynxis lazus: Verified

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">osmocom-bb-host-master: install python-enum as fake_trx dependency<br><br>62825cc8eb4e26d58d32a0af72b17256b185af61 (osmocom-bb)<br>started to use the python module enum which not part of the standard<br>libary of python 2.<br><br>Change-Id: I70b7f1b43a1e121114a924c09614d6eddc801881<br>---<br>M osmocom-bb-host-master/Dockerfile<br>1 file changed, 2 insertions(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/osmocom-bb-host-master/Dockerfile b/osmocom-bb-host-master/Dockerfile</span><br><span>index a4c8c16..1d79f06 100644</span><br><span>--- a/osmocom-bb-host-master/Dockerfile</span><br><span>+++ b/osmocom-bb-host-master/Dockerfile</span><br><span>@@ -13,10 +13,11 @@</span><br><span>     rm /tmp/Release.key && \</span><br><span>     echo "deb " $OSMOCOM_REPO " ./" > /etc/apt/sources.list.d/osmocom-nightly.list</span><br><span> </span><br><span style="color: hsl(120, 100%, 40%);">+# python-enum34 is a dependecy of fake_trx as long we're using python2</span><br><span> ADD    $OSMOCOM_REPO/Release /tmp/Release</span><br><span> RUN       apt-get update && \</span><br><span>  apt-get install -y --no-install-recommends \</span><br><span style="color: hsl(0, 100%, 40%);">-            libosmocore-dev && \</span><br><span style="color: hsl(120, 100%, 40%);">+          libosmocore-dev python-enum34 && \</span><br><span>   apt-get clean</span><br><span> </span><br><span> WORKDIR    /tmp</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/docker-playground/+/14754">change 14754</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/docker-playground/+/14754"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: docker-playground </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I70b7f1b43a1e121114a924c09614d6eddc801881 </div>
<div style="display:none"> Gerrit-Change-Number: 14754 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: lynxis lazus <lynxis@fe80.eu> </div>
<div style="display:none"> Gerrit-Reviewer: Vadim Yanitskiy <axilirator@gmail.com> </div>
<div style="display:none"> Gerrit-Reviewer: lynxis lazus <lynxis@fe80.eu> </div>
<div style="display:none"> Gerrit-MessageType: merged </div>