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 <vyanits...@sysmocom.de>
Gerrit-Reviewer: fixeria <vyanits...@sysmocom.de>
Gerrit-Reviewer: lynxis lazus <lyn...@fe80.eu>
Gerrit-Reviewer: osmith <osm...@sysmocom.de>
Gerrit-Reviewer: pespin <pes...@sysmocom.de>
Gerrit-MessageType: merged

Reply via email to