mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
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:
parent
0688090440
commit
e2e63c9ac3
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue