Revert "docker: drop python2"

This reverts commit 9097082be5.

I was under the impression, that all previous scripts in
osmo-python-tests were already working with python 3. But as it turns
out, this isn't true. Reverting, so I can properly post follow-up
patches, that fix the issues before we apply this "drop python2" patch
again.

Related: OS#2819
Change-Id: I68e99ed3fb2eba86eaccec7a3cab75658e9543b1
This commit is contained in:
Oliver Smith 2019-12-06 15:59:34 +01:00
parent 9097082be5
commit 9e69cb84d4
1 changed files with 5 additions and 0 deletions

View File

@ -85,6 +85,7 @@ RUN \
osc \
patchelf \
pkg-config \
python \
python3 \
python3-gi \
python3-mako \
@ -94,6 +95,10 @@ RUN \
python3-setuptools \
python3-usb \
python3-yaml \
python-minimal \
python-pip \
python-pychart \
python-setuptools \
rsync \
sdcc \
sqlite3 \