1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-07-02 07:20:37 +02:00

provision-apt-get-install: fix gpg from stretch-backports-sloppy

!822

The gpg dependencies are complicated.  The previous setup was always
failing with:
The following information may help to resolve the situation:
The following packages have unmet dependencies:
 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

Thanks to @izzysoft to spotting this.
This commit is contained in:
Hans-Christoph Steiner 2020-11-09 14:37:33 +01:00
parent 196dc75481
commit e927ed02a8
No known key found for this signature in database
GPG Key ID: 3E177817BA1B9BFA

View File

@ -73,6 +73,9 @@ packages="
git-svn
gperf
gpg/stretch-backports-sloppy
gpgconf/stretch-backports-sloppy
libassuan0/stretch-backports
libgpg-error0/stretch-backports
javacc
libarchive-zip-perl
libexpat1-dev