python3: move CI over to only python3
Change-Id: I07f2475ad5882357fc6ded861cf3d9626602d784
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
diff --git a/build-unit-test-docker.sh b/build-unit-test-docker.sh
index 65708f4..9920131 100755
--- a/build-unit-test-docker.sh
+++ b/build-unit-test-docker.sh
@@ -164,6 +164,8 @@
ENV DEBIAN_FRONTEND noninteractive
+ENV PYTHONPATH "/usr/local/lib/python3.7/site-packages/"
+
# We need the keys to be imported for dbgsym repos
# New releases have a package, older ones fall back to manual fetching
# https://wiki.ubuntu.com/Debug%20Symbol%20Packages
@@ -187,14 +189,6 @@
bison \
flex \
cmake \
- python \
- python-dev \
- python-git \
- python-yaml \
- python-mako \
- python-pip \
- python-setuptools \
- python-socks \
python3 \
python3-dev\
python3-yaml \
@@ -202,6 +196,7 @@
python3-pip \
python3-setuptools \
python3-git \
+ python3-socks \
pkg-config \
autoconf \
autoconf-archive \
@@ -250,10 +245,8 @@
--slave /usr/bin/gcov-dump gcov-dump /usr/bin/gcov-dump-9 \
--slave /usr/bin/gcov-tool gcov-tool /usr/bin/gcov-tool-9
-RUN pip install inflection
-RUN pip install pycodestyle
-RUN pip install jsonschema
RUN pip3 install inflection
+RUN pip3 install pycodestyle
RUN pip3 install jsonschema
RUN pip3 install meson==0.53.2