diff options
| -rw-r--r-- | changes/VERSION_COMPAT | 1 | ||||
| -rw-r--r-- | pkg/requirements.pip | 1 | 
2 files changed, 1 insertions, 1 deletions
diff --git a/changes/VERSION_COMPAT b/changes/VERSION_COMPAT index 425478c8..ac2d2e73 100644 --- a/changes/VERSION_COMPAT +++ b/changes/VERSION_COMPAT @@ -9,3 +9,4 @@  # BEGIN DEPENDENCY LIST -------------------------  # leap.foo.bar>=x.y.z  leap.common >= 0.3.4  # because the ca_bundle +leap.keymanager >= 0.3.3 # because the gnupg dep diff --git a/pkg/requirements.pip b/pkg/requirements.pip index 154e51b4..269a4646 100644 --- a/pkg/requirements.pip +++ b/pkg/requirements.pip @@ -14,7 +14,6 @@ psutil  ipaddr  twisted  qt4reactor -python-gnupg  python-daemon # this should not be needed for Windows.  keyring  | 
