aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2019-12-05 16:38:18 +0100
committerOliver Smith <osmith@sysmocom.de>2019-12-11 12:19:08 +0100
commit46ee0741bc49cb6d897be2e3cc2ab9a4f607d0f7 (patch)
tree02ed68bd58cc1eaf2f335a68f22e0b78b88d86ad
parent853f1ba3187a60635b1961accdd93fe5416e4541 (diff)
docker: drop python2osmith/fix-python3
Re-apply patch Iacace670bdb949e67227e0faa1765e36bba42018, after providing additional patches to make all Osmocom repositories, that use external tests, work with python3 (after learning the hard way, that they were not really python3 compatible yet, although they looked like it): https://gerrit.osmocom.org/q/topic:drop-py2 This patch should not be merged, before all other patches from that topic are merged. Depends: osmo-python-tests I3ffc3519bf6c22536a49dad7a966188ddad351a7 Related: OS#2819 Change-Id: I7b5385416d5c48a2f4e07449192b3f74223cb094
-rw-r--r--docker/Dockerfile_osmocom_jenkins.amd645
1 files changed, 0 insertions, 5 deletions
diff --git a/docker/Dockerfile_osmocom_jenkins.amd64 b/docker/Dockerfile_osmocom_jenkins.amd64
index 2209fc6..63b6e74 100644
--- a/docker/Dockerfile_osmocom_jenkins.amd64
+++ b/docker/Dockerfile_osmocom_jenkins.amd64
@@ -85,7 +85,6 @@ RUN \
osc \
patchelf \
pkg-config \
- python \
python3 \
python3-gi \
python3-mako \
@@ -95,10 +94,6 @@ RUN \
python3-setuptools \
python3-usb \
python3-yaml \
- python-minimal \
- python-pip \
- python-pychart \
- python-setuptools \
rsync \
sdcc \
sqlite3 \