Fix package gpgme dependency (#12410)
* bump eospac version * Revert "bump eospac version" This reverts commit 835b1f822d8c083f6ab9eb17222c00409e8eb3da. * build depends on gnupg which provides gpgsm binary
This commit is contained in:
parent
384281bf94
commit
c931757d02
1 changed files with 1 additions and 0 deletions
|
@ -15,5 +15,6 @@ class Gpgme(AutotoolsPackage):
|
||||||
|
|
||||||
version('1.12.0', sha256='b4dc951c3743a60e2e120a77892e9e864fb936b2e58e7c77e8581f4d050e8cd8')
|
version('1.12.0', sha256='b4dc951c3743a60e2e120a77892e9e864fb936b2e58e7c77e8581f4d050e8cd8')
|
||||||
|
|
||||||
|
depends_on('gnupg', type='build')
|
||||||
depends_on('libgpg-error', type='build')
|
depends_on('libgpg-error', type='build')
|
||||||
depends_on('libassuan', type='build')
|
depends_on('libassuan', type='build')
|
||||||
|
|
Loading…
Reference in a new issue