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.
This commit is contained in:
Hans-Christoph Steiner 2018-11-20 12:09:45 +01:00
parent 0688090440
commit e2e63c9ac3

View file

@ -88,14 +88,17 @@ packages="
python-gnupg python-gnupg
python-lxml python-lxml
python-magic python-magic
python-pip
python-setuptools python-setuptools
python3-defusedxml python3-defusedxml
python3-git python3-git
python3-gitdb python3-gitdb
python3-gnupg python3-gnupg
python3-pip
python3-pyasn1 python3-pyasn1
python3-pyasn1-modules python3-pyasn1-modules
python3-requests python3-requests
python3-setuptools
python3-smmap python3-smmap
python3-yaml python3-yaml
python3-ruamel.yaml python3-ruamel.yaml