diff options
author | Ruben Pollan <meskio@sindominio.net> | 2014-12-19 22:37:40 -0600 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2015-01-15 13:10:57 -0600 |
commit | 6fa8b2a9e7f02c59f794e9dd080fac574841e50b (patch) | |
tree | f6002c58277d4a426392a7a51fd18eb5f38e94b3 /pkg | |
parent | 963c3afaf1f9674d876465dd4bffc1c11ce1cb51 (diff) |
upgrade key when signed by old key
Diffstat (limited to 'pkg')
-rw-r--r-- | pkg/requirements.pip | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/requirements.pip b/pkg/requirements.pip index f3cdae99..207483ca 100644 --- a/pkg/requirements.pip +++ b/pkg/requirements.pip @@ -3,5 +3,5 @@ simplejson requests # if we bump the gnupg version, bump also the sanity check # in keymanager.__init__ -gnupg>=1.2.3 +gnupg>=1.4.0 enum |