osmith has uploaded this change for review.
debian-*: install pylint from debian repos
Get pylint from the debian repositories to be on the same version until
we use the next debian version, instead of always installing the latest
pylint version from pip.
Change-Id: I721db1c18db43cc7a2d38177e9846c43dbdd0ae3
---
M debian-bookworm-build/Dockerfile
M debian-bullseye-jenkins/Dockerfile
M debian-buster-jenkins/Dockerfile
3 files changed, 16 insertions(+), 3 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/60/36860/1
diff --git a/debian-bookworm-build/Dockerfile b/debian-bookworm-build/Dockerfile
index d847bf1..edca2d7 100644
--- a/debian-bookworm-build/Dockerfile
+++ b/debian-bookworm-build/Dockerfile
@@ -142,6 +142,7 @@
patchelf \
picolibc-arm-none-eabi \
pkg-config \
+ pylint \
python3 \
python3-gi \
python3-mako \
@@ -179,7 +180,6 @@
'git+https://github.com/osmocom/sphinx-argparse@master#egg=sphinx-argparse' \
'git+https://github.com/podshumok/python-smpplib.git' \
'pydbus' \
- 'pylint' \
'pysispm' \
'sphinx' \
'sphinxcontrib-napoleon' \
diff --git a/debian-bullseye-jenkins/Dockerfile b/debian-bullseye-jenkins/Dockerfile
index 3c186cc..5132c0a 100644
--- a/debian-bullseye-jenkins/Dockerfile
+++ b/debian-bullseye-jenkins/Dockerfile
@@ -107,6 +107,7 @@
patchelf \
picolibc-arm-none-eabi \
pkg-config \
+ pylint \
python-setuptools \
python2.7 \
python3 \
@@ -148,7 +149,6 @@
'git+https://github.com/osmocom/sphinx-argparse@master#egg=sphinx-argparse' \
'git+https://github.com/podshumok/python-smpplib.git' \
'pydbus' \
- 'pylint' \
'pysispm' \
'sphinx' \
'sphinxcontrib-napoleon' \
diff --git a/debian-buster-jenkins/Dockerfile b/debian-buster-jenkins/Dockerfile
index cf443f0..baa5931 100644
--- a/debian-buster-jenkins/Dockerfile
+++ b/debian-buster-jenkins/Dockerfile
@@ -104,6 +104,7 @@
osc \
patchelf \
pkg-config \
+ pylint \
python-pip \
python-setuptools \
python-yaml \
@@ -147,7 +148,6 @@
'git+https://github.com/osmocom/sphinx-argparse@master#egg=sphinx-argparse' \
'git+https://github.com/podshumok/python-smpplib.git' \
'pydbus' \
- 'pylint' \
'pysispm' \
'sphinx' \
'sphinxcontrib-napoleon' \
To view, visit change 36860. To unsubscribe, or for help writing mail filters, visit settings.