mirror of
https://github.com/romanz/amodem.git
synced 2026-04-20 04:56:25 +08:00
gpg: allow GPG 2.1.11+ (to support Ubuntu 16.04 & Mint 18)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user