diff options
author | Kali Kaneko <kali@futeisha.org> | 2013-10-09 12:23:35 -0300 |
---|---|---|
committer | Kali Kaneko <kali@futeisha.org> | 2013-10-09 12:27:25 -0300 |
commit | caed9561be46254dd3eed1d6d23bc1cf474f727e (patch) | |
tree | b5ba90c9cf090c7d839d35fb0642862d623d2c35 /pkg | |
parent | 713179ee9c7e89f2cf1d0630247c047f59b5166f (diff) |
bump also the gnupg sanity check
Diffstat (limited to 'pkg')
-rw-r--r-- | pkg/requirements.pip | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/requirements.pip b/pkg/requirements.pip index acb783c9..1515204a 100644 --- a/pkg/requirements.pip +++ b/pkg/requirements.pip @@ -1,4 +1,6 @@ leap.common>=0.3.0 simplejson requests +# if we bump the gnupg version, bump also the sanity check +# in keymanager.__init__ gnupg>=1.2.3 |