osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ci/+/34796?usp=email )
Change subject: ansible: jenkins: debian: add python3-setuptools ......................................................................
ansible: jenkins: debian: add python3-setuptools
Install the package, as it is needed to run the update-osmo-python-on-slaves jenkins job.
Related: OS#6186 Change-Id: I1ff0711b7b29ba4dc78f51f257b986d7a0994a96 --- M ansible/roles/osmocom-jenkins-slave/tasks/debian.yml 1 file changed, 14 insertions(+), 0 deletions(-)
git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/96/34796/1
diff --git a/ansible/roles/osmocom-jenkins-slave/tasks/debian.yml b/ansible/roles/osmocom-jenkins-slave/tasks/debian.yml index 102d0b8..ed4d2da 100644 --- a/ansible/roles/osmocom-jenkins-slave/tasks/debian.yml +++ b/ansible/roles/osmocom-jenkins-slave/tasks/debian.yml @@ -7,6 +7,7 @@ - fakeroot - htop - proot + - python3-setuptools - qemu-system-arm - qemu-user-static - virt-manager