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

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

fixeria gerrit-no-reply at lists.osmocom.org
Fri Dec 3 12:40:31 UTC 2021


fixeria has submitted this change. ( https://gerrit.osmocom.org/c/docker-playground/+/26438 )

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

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

This reverts commit c034da05476429f1470c1245ad949fe45f08dc97.
Python 2 is EOL, we are using Python 3 now with built-in enums.

Change-Id: I6aa653f2165bb9a81aa8253fabc0fb436bcba009
---
M osmocom-bb-host-master/Dockerfile
1 file changed, 1 insertion(+), 2 deletions(-)

Approvals:
  osmith: Looks good to me, but someone else must approve
  pespin: Looks good to me, approved
  fixeria: Verified



diff --git a/osmocom-bb-host-master/Dockerfile b/osmocom-bb-host-master/Dockerfile
index 2e86767..3f9c108 100644
--- a/osmocom-bb-host-master/Dockerfile
+++ b/osmocom-bb-host-master/Dockerfile
@@ -18,11 +18,10 @@
 	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 python-enum34 && \
+		libosmocore-dev && \
 	apt-get clean
 
 WORKDIR	/tmp

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

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I6aa653f2165bb9a81aa8253fabc0fb436bcba009
Gerrit-Change-Number: 26438
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: lynxis lazus <lynxis at fe80.eu>
Gerrit-Reviewer: osmith <osmith at sysmocom.de>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20211203/1ff5634c/attachment.htm>


More information about the gerrit-log mailing list