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:
Daryl W. Grunau 2019-08-13 18:08:50 -06:00 committed by Adam J. Stewart
parent 384281bf94
commit c931757d02

View file

@ -15,5 +15,6 @@ class Gpgme(AutotoolsPackage):
version('1.12.0', sha256='b4dc951c3743a60e2e120a77892e9e864fb936b2e58e7c77e8581f4d050e8cd8')
depends_on('gnupg', type='build')
depends_on('libgpg-error', type='build')
depends_on('libassuan', type='build')