aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Smith <osmith@sysmocom.de>2019-12-05 16:38:18 +0100
committerosmith <osmith@sysmocom.de>2020-01-13 09:29:27 +0000
commitc18ab84b1097541a572e4c3d3865a47b2e8f0c0b (patch)
treebdf7dc064fc9ef44fb258a87dc76bc66b86d84e9
parentc31ee44bd80399fbca6eabc2f8936833c685d476 (diff)
docker: drop python2 (again)
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 \