mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
Merge branch 'include-pip-in-buildserver' into 'master'
buildserver: include pip for both Python 2.x and 3.x See merge request fdroid/fdroidserver!594
This commit is contained in:
commit
3a75f81709
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue