mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
buildserver: include python3-git for future use
We should be replacing all our custom git shell commands with python3-git, since it is a common library for doing that. It will receive a lot more attention and maintenance than our code for doing it. For example, we should not ever use shell=True, since that opens up a lot of security risks.
This commit is contained in:
parent
a57f17b276
commit
f0940540ee
1 changed files with 3 additions and 0 deletions
|
@ -89,10 +89,13 @@ packages="
|
||||||
python-lxml
|
python-lxml
|
||||||
python-magic
|
python-magic
|
||||||
python-setuptools
|
python-setuptools
|
||||||
|
python3-git/jessie-backports
|
||||||
|
python3-gitdb/jessie-backports
|
||||||
python3-gnupg
|
python3-gnupg
|
||||||
python3-pyasn1
|
python3-pyasn1
|
||||||
python3-pyasn1-modules
|
python3-pyasn1-modules
|
||||||
python3-requests
|
python3-requests
|
||||||
|
python3-smmap/jessie-backports
|
||||||
python3-yaml
|
python3-yaml
|
||||||
python3-ruamel.yaml
|
python3-ruamel.yaml
|
||||||
quilt
|
quilt
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue