mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
provision-apt-get-install: gpg needs to come from stretch-backports
https://gitlab.com/eighthave/fdroiddata/-/jobs/611438997
Otherwise it fails to install:
```
gpg : Depends: gpgconf (= 2.2.20-1~bpo9+1)
Depends: libassuan0 (>= 2.5.0) but 2.4.3-2 is to be installed
Depends: libgpg-error0 (>= 1.35) but 1.26-2 is to be installed
```
* 7e8c244473
* !769
This commit is contained in:
parent
f70a4e11dd
commit
e659a5353d
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ packages="
|
|||
git-core
|
||||
git-svn
|
||||
gperf
|
||||
gpg
|
||||
gpg/stretch-backports
|
||||
javacc
|
||||
libarchive-zip-perl
|
||||
libexpat1-dev
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue