gpg: allow GPG 2.1.11+ (to support Ubuntu 16.04 & Mint 18)

This commit is contained in:
Roman Zeyde
2016-12-27 10:12:34 +02:00
parent 159bd79b5f
commit 604b2b7e99
2 changed files with 5 additions and 2 deletions

View File

@@ -80,7 +80,7 @@ def main_create():
'change without backwards compatibility!')
existing_gpg = keyring.gpg_version().decode('ascii')
required_gpg = '>=2.1.15'
required_gpg = '>=2.1.11'
if semver.match(existing_gpg, required_gpg):
run_create(args)
else: