From e2e63c9ac31fb8f35becebb112f53f8e3bc29f90 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Tue, 20 Nov 2018 12:09:45 +0100 Subject: [PATCH] buildserver: include pip for both Python 2.x and 3.x `pip install` is a relatively common thing for app builds to use in sudo=, so it should be built into the buildserver. This then builds in the trust relationship to pypi, since it comes from Debian rather than some random pip download/install process. --- buildserver/provision-apt-get-install | 3 +++ 1 file changed, 3 insertions(+) diff --git a/buildserver/provision-apt-get-install b/buildserver/provision-apt-get-install index 5aaea442..7051e32e 100644 --- a/buildserver/provision-apt-get-install +++ b/buildserver/provision-apt-get-install @@ -88,14 +88,17 @@ packages=" python-gnupg python-lxml python-magic + python-pip python-setuptools python3-defusedxml python3-git python3-gitdb python3-gnupg + python3-pip python3-pyasn1 python3-pyasn1-modules python3-requests + python3-setuptools python3-smmap python3-yaml python3-ruamel.yaml