Change in ...docker-playground[master]: osmocom-bb-host-master: install python-enum as fake_trx dependency

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/.

lynxis lazus gerrit-no-reply at lists.osmocom.org
Thu Jul 11 14:21:41 UTC 2019


lynxis lazus has submitted this change and it was merged. ( https://gerrit.osmocom.org/c/docker-playground/+/14754 )

Change subject: osmocom-bb-host-master: install python-enum as fake_trx dependency
......................................................................

osmocom-bb-host-master: install python-enum as fake_trx dependency

62825cc8eb4e26d58d32a0af72b17256b185af61 (osmocom-bb)
started to use the python module enum which not part of the standard
libary of python 2.

Change-Id: I70b7f1b43a1e121114a924c09614d6eddc801881
---
M osmocom-bb-host-master/Dockerfile
1 file changed, 2 insertions(+), 1 deletion(-)

Approvals:
  Vadim Yanitskiy: Looks good to me, approved
  lynxis lazus: Verified



diff --git a/osmocom-bb-host-master/Dockerfile b/osmocom-bb-host-master/Dockerfile
index a4c8c16..1d79f06 100644
--- a/osmocom-bb-host-master/Dockerfile
+++ b/osmocom-bb-host-master/Dockerfile
@@ -13,10 +13,11 @@
 	rm /tmp/Release.key && \
 	echo "deb " $OSMOCOM_REPO " ./" > /etc/apt/sources.list.d/osmocom-nightly.list
 
+# python-enum34 is a dependecy of fake_trx as long we're using python2
 ADD	$OSMOCOM_REPO/Release /tmp/Release
 RUN	apt-get update && \
 	apt-get install -y --no-install-recommends \
-		libosmocore-dev && \
+		libosmocore-dev python-enum34 && \
 	apt-get clean
 
 WORKDIR	/tmp

-- 
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/14754
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I70b7f1b43a1e121114a924c09614d6eddc801881
Gerrit-Change-Number: 14754
Gerrit-PatchSet: 1
Gerrit-Owner: lynxis lazus <lynxis at fe80.eu>
Gerrit-Reviewer: Vadim Yanitskiy <axilirator at gmail.com>
Gerrit-Reviewer: lynxis lazus <lynxis at fe80.eu>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190711/8287ff9a/attachment.htm>


More information about the gerrit-log mailing list