summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Alejandro <ivanalejandro0@gmail.com>2015-07-10 15:25:12 -0300
committerIvan Alejandro <ivanalejandro0@gmail.com>2015-07-10 16:05:43 -0300
commitcdba9fdd232eb195b46b15a8622cde8ab2889960 (patch)
treee54d013a559a6835a9feefb575d4d430d6013ac4
parent918c16241b86aef45e803d92e468947ea29bed27 (diff)
[pkg] bump dependencies0.7.1
bump leap.common min required version, new change needed 'collect_plugins'.
-rw-r--r--client/changes/VERSION_COMPAT1
-rw-r--r--client/pkg/requirements.pip2
2 files changed, 1 insertions, 2 deletions
diff --git a/client/changes/VERSION_COMPAT b/client/changes/VERSION_COMPAT
index a24751f9..9323d445 100644
--- a/client/changes/VERSION_COMPAT
+++ b/client/changes/VERSION_COMPAT
@@ -9,4 +9,3 @@
# BEGIN DEPENDENCY LIST -------------------------
# leap.foo.bar>=x.y.z
#
-leap.common >= 0.4.1 # collect_plugins
diff --git a/client/pkg/requirements.pip b/client/pkg/requirements.pip
index 26f7c979..570cd09e 100644
--- a/client/pkg/requirements.pip
+++ b/client/pkg/requirements.pip
@@ -8,7 +8,7 @@ zope.proxy
twisted
# leap deps -- bump me!
-leap.common>=0.4.0
+leap.common>=0.4.1
leap.soledad.common>=0.6.5
# XXX -- fix me!