mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 14:30:30 +03:00
purge common.use_androguard, it is now used by default
Up until now, the buildserver has not included androguard. Since a good version of androguard (v3.3.3+) is included in stretch-backports and the buildserver is already setup to use stretch-backports, this sets up the buildserver with androguard. closes #627
This commit is contained in:
parent
aa80662642
commit
fd41b70e27
3 changed files with 41 additions and 67 deletions
|
|
@ -49,6 +49,7 @@ apt-get upgrade --download-only
|
|||
apt-get upgrade
|
||||
|
||||
packages="
|
||||
androguard/stretch-backports
|
||||
ant
|
||||
asn1c
|
||||
ant-contrib
|
||||
|
|
@ -99,6 +100,7 @@ packages="
|
|||
python-magic
|
||||
python-pip
|
||||
python-setuptools
|
||||
python3-asn1crypto/stretch-backports
|
||||
python3-defusedxml
|
||||
python3-git
|
||||
python3-gitdb
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue